#6197D6

Color #6197D6 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6197D6

Tints of Picton Blue #6197D6

Color information

#6197D6 (or 0x6197D6) is unknown color: approx Picton Blue. HEX triplet: 61, 97 and D6. RGB value is (97,151,214). Sum of RGB (Red+Green+Blue) = 97+151+214=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #6197D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197D6 is #9E6829. Grayscale: #8D8D8D. Windows color (decimal): -10381354 or 14063457. OLE color: 14063457.

HSL color Cylindrical-coordinate representation of color #6197D6: hue angle of 212.31º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6197D6 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97151214-
CMYK0.550.2900.16
HSL212.31º58.79%60.98%-
HSV(B)212.31º54.67%83.92%-
XYZ28.1329.5367.84-
YUV142.04168.6195.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 21.00%
GREEN value IS 151 (59.38% from 255) = 32.68%
BLUE value IS 214 (83.98% from 255) = 46.32%
R=21.00%
G=32.68%
B=46.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971512140.550.2900.16212.3158.7960.98
Hex6197D6371D010d43b3d
Octal14122732667350203247375
Binary110000110010111110101101101111110101000011010100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6197D6; }

 p { color: rgb(97,151,214); }

 H1.HeaderClassName
 {
   color: #6197D6;
 }
 .AnyTagClassName
 {
   color: #6197D6;
 }
</style>
background-color css

<style>
 a { background-color: #6197D6; }

 a { background-color: rgb(97,151,214); }

 div.DivClassName
 {
   background-color: #6197D6;
 }
 .BgClassName
 {
   background-color: #6197D6;
 }
</style>
border-color css

<style>
 span { border-color: #6197D6; }

 span { border-color: rgb(97,151,214); }

 td.TdClassName
 {
   border-color: #6197D6;
 }
 .TagClassName
 {
   border-color: #6197D6;
 }
</style>