#6194D0

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

Shades of Picton Blue #6194D0

Tints of Picton Blue #6194D0

Color information

#6194D0 (or 0x6194D0) is unknown color: approx Picton Blue. HEX triplet: 61, 94 and D0. RGB value is (97,148,208). Sum of RGB (Red+Green+Blue) = 97+148+208=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #6194D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6194D0 is #9E6B2F. Grayscale: #8B8B8B. Windows color (decimal): -10382128 or 13669473. OLE color: 13669473.

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

Color convert

RGB97148208-
CMYK0.530.2900.18
HSL212.43º54.15%59.8%-
HSV(B)212.43º53.37%81.57%-
XYZ26.928.2863.71-
YUV139.59166.697.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=21.41%
G=32.67%
B=45.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971482080.530.2900.18212.4354.1559.8
Hex6194D0351D012d4363c
Octal14122432065350223246674
Binary110000110010100110100001101011110101001011010100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6194D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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