#6197CA

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

Shades of Picton Blue #6197CA

Tints of Picton Blue #6197CA

Color information

#6197CA (or 0x6197CA) is unknown color: approx Picton Blue. HEX triplet: 61, 97 and CA. RGB value is (97,151,202). Sum of RGB (Red+Green+Blue) = 97+151+202=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #6197CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197CA is #9E6835. Grayscale: #8C8C8C. Windows color (decimal): -10381366 or 13277025. OLE color: 13277025.

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

Color convert

RGB97151202-
CMYK0.520.2500.21
HSL209.14º49.76%58.63%-
HSV(B)209.14º51.98%79.22%-
XYZ26.6628.9460.06-
YUV140.67162.6196.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.56%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=21.56%
G=33.56%
B=44.89%

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
Decimal971512020.520.2500.21209.1449.7658.63
Hex6197CA3419015d1323b
Octal14122731264310253216273
Binary110000110010111110010101101001100101010111010001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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