#6197D1

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

Shades of Picton Blue #6197D1

Tints of Picton Blue #6197D1

Color information

#6197D1 (or 0x6197D1) is unknown color: approx Picton Blue. HEX triplet: 61, 97 and D1. RGB value is (97,151,209). Sum of RGB (Red+Green+Blue) = 97+151+209=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #6197D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197D1 is #9E682E. Grayscale: #8D8D8D. Windows color (decimal): -10381359 or 13735777. OLE color: 13735777.

HSL color Cylindrical-coordinate representation of color #6197D1: hue angle of 211.07º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6197D1 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97151209-
CMYK0.540.2800.18
HSL211.07º54.9%60%-
HSV(B)211.07º53.59%81.96%-
XYZ27.529.2864.52-
YUV141.47166.1196.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 209 (82.03% from 255) = 45.73%
R=21.23%
G=33.04%
B=45.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971512090.540.2800.18211.0754.960
Hex6197D1361C012d3373c
Octal14122732166340223236774
Binary110000110010111110100011101101110001001011010011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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