#6194CE

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

Shades of Picton Blue #6194CE

Tints of Picton Blue #6194CE

Color information

#6194CE (or 0x6194CE) is unknown color: approx Picton Blue. HEX triplet: 61, 94 and CE. RGB value is (97,148,206). Sum of RGB (Red+Green+Blue) = 97+148+206=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #6194CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6194CE is #9E6B31. Grayscale: #8B8B8B. Windows color (decimal): -10382130 or 13538401. OLE color: 13538401.

HSL color Cylindrical-coordinate representation of color #6194CE: hue angle of 211.93º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6194CE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97148206-
CMYK0.530.2800.19
HSL211.93º52.66%59.41%-
HSV(B)211.93º52.91%80.78%-
XYZ26.6628.1862.43-
YUV139.36165.697.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.51%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=21.51%
G=32.82%
B=45.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971482060.530.2800.19211.9352.6659.41
Hex6194CE351C013d4353b
Octal14122431665340233246573
Binary110000110010100110011101101011110001001111010100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6194CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6194CE; }

 p { color: rgb(97,148,206); }

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

<style>
 a { background-color: #6194CE; }

 a { background-color: rgb(97,148,206); }

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

<style>
 span { border-color: #6194CE; }

 span { border-color: rgb(97,148,206); }

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