#6194CD

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

Shades of Picton Blue #6194CD

Tints of Picton Blue #6194CD

Color information

#6194CD (or 0x6194CD) is unknown color: approx Picton Blue. HEX triplet: 61, 94 and CD. RGB value is (97,148,205). Sum of RGB (Red+Green+Blue) = 97+148+205=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #6194CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6194CD is #9E6B32. Grayscale: #8A8A8A. Windows color (decimal): -10382131 or 13472865. OLE color: 13472865.

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

Color convert

RGB97148205-
CMYK0.530.2800.20
HSL211.67º51.92%59.22%-
HSV(B)211.67º52.68%80.39%-
XYZ26.5428.1361.79-
YUV139.25165.197.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.56%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=21.56%
G=32.89%
B=45.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971482050.530.2800.20211.6751.9259.22
Hex6194CD351C014d4343b
Octal14122431565340243246473
Binary110000110010100110011011101011110001010011010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6194CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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