#6197D4

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

Shades of Picton Blue #6197D4

Tints of Picton Blue #6197D4

Color information

#6197D4 (or 0x6197D4) is unknown color: approx Picton Blue. HEX triplet: 61, 97 and D4. RGB value is (97,151,212). Sum of RGB (Red+Green+Blue) = 97+151+212=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #6197D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197D4 is #9E682B. Grayscale: #8D8D8D. Windows color (decimal): -10381356 or 13932385. OLE color: 13932385.

HSL color Cylindrical-coordinate representation of color #6197D4: hue angle of 211.83º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6197D4 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB97151212-
CMYK0.540.2900.17
HSL211.83º57.21%60.59%-
HSV(B)211.83º54.25%83.14%-
XYZ27.8829.4366.5-
YUV141.81167.6196.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.09%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 212 (83.20% from 255) = 46.09%
R=21.09%
G=32.83%
B=46.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal971512120.540.2900.17211.8357.2160.59
Hex6197D4361D011d4393d
Octal14122732466350213247175
Binary110000110010111110101001101101110101000111010100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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