#6196D2

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

Shades of Picton Blue #6196D2

Tints of Picton Blue #6196D2

Color information

#6196D2 (or 0x6196D2) is unknown color: approx Picton Blue. HEX triplet: 61, 96 and D2. RGB value is (97,150,210). Sum of RGB (Red+Green+Blue) = 97+150+210=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 210 - color contains mainly: blue. Hex color #6196D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196D2 is #9E692D. Grayscale: #8C8C8C. Windows color (decimal): -10381614 or 13801057. OLE color: 13801057.

HSL color Cylindrical-coordinate representation of color #6196D2: hue angle of 211.86º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6196D2 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97150210-
CMYK0.540.2900.18
HSL211.86º55.67%60.2%-
HSV(B)211.86º53.81%82.35%-
XYZ27.4729.0165.12-
YUV140.99166.9496.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 210 (82.42% from 255) = 45.95%
R=21.23%
G=32.82%
B=45.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971502100.540.2900.18211.8655.6760.2
Hex6196D2361D012d4383c
Octal14122632266350223247074
Binary110000110010110110100101101101110101001011010100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6196D2; }

 p { color: rgb(97,150,210); }

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

<style>
 a { background-color: #6196D2; }

 a { background-color: rgb(97,150,210); }

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

<style>
 span { border-color: #6196D2; }

 span { border-color: rgb(97,150,210); }

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