#6196C9

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

Shades of Picton Blue #6196C9

Tints of Picton Blue #6196C9

Color information

#6196C9 (or 0x6196C9) is unknown color: approx Picton Blue. HEX triplet: 61, 96 and C9. RGB value is (97,150,201). Sum of RGB (Red+Green+Blue) = 97+150+201=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #6196C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196C9 is #9E6936. Grayscale: #8B8B8B. Windows color (decimal): -10381623 or 13211233. OLE color: 13211233.

HSL color Cylindrical-coordinate representation of color #6196C9: hue angle of 209.42º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6196C9 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97150201-
CMYK0.520.2500.21
HSL209.42º49.06%58.43%-
HSV(B)209.42º51.74%78.82%-
XYZ26.3828.5759.38-
YUV139.97162.4497.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.65%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 201 (78.91% from 255) = 44.87%
R=21.65%
G=33.48%
B=44.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971502010.520.2500.21209.4249.0658.43
Hex6196C93419015d1313a
Octal14122631164310253216172
Binary110000110010110110010011101001100101010111010001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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