#6196CC

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

Shades of Picton Blue #6196CC

Tints of Picton Blue #6196CC

Color information

#6196CC (or 0x6196CC) is unknown color: approx Picton Blue. HEX triplet: 61, 96 and CC. RGB value is (97,150,204). Sum of RGB (Red+Green+Blue) = 97+150+204=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #6196CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196CC is #9E6933. Grayscale: #8C8C8C. Windows color (decimal): -10381620 or 13407841. OLE color: 13407841.

HSL color Cylindrical-coordinate representation of color #6196CC: hue angle of 210.28º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6196CC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97150204-
CMYK0.520.2600.2
HSL210.28º51.2%59.02%-
HSV(B)210.28º52.45%80%-
XYZ26.7428.7161.26-
YUV140.31163.9497.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.51%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=21.51%
G=33.26%
B=45.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971502040.520.2600.2210.2851.259.02
Hex6196CC341A014d2333b
Octal14122631464320243226373
Binary110000110010110110011001101001101001010011010010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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