#6197D8

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

Shades of Picton Blue #6197D8

Tints of Picton Blue #6197D8

Color information

#6197D8 (or 0x6197D8) is unknown color: approx Picton Blue. HEX triplet: 61, 97 and D8. RGB value is (97,151,216). Sum of RGB (Red+Green+Blue) = 97+151+216=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #6197D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197D8 is #9E6827. Grayscale: #8D8D8D. Windows color (decimal): -10381352 or 14194529. OLE color: 14194529.

HSL color Cylindrical-coordinate representation of color #6197D8: hue angle of 212.77º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6197D8 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97151216-
CMYK0.550.3000.15
HSL212.77º60.41%61.37%-
HSV(B)212.77º55.09%84.71%-
XYZ28.3929.6369.19-
YUV142.26169.6195.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 216 (84.77% from 255) = 46.55%
R=20.91%
G=32.54%
B=46.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971512160.550.3000.15212.7760.4161.37
Hex6197D8371E0Fd53c3d
Octal14122733067360173257475
Binary11000011001011111011000110111111100111111010101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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