#6C9EC6

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

Shades of Picton Blue #6C9EC6

Tints of Picton Blue #6C9EC6

Color information

#6C9EC6 (or 0x6C9EC6) is unknown color: approx Picton Blue. HEX triplet: 6C, 9E and C6. RGB value is (108,158,198). Sum of RGB (Red+Green+Blue) = 108+158+198=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #6C9EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9EC6 is #936139. Grayscale: #939393. Windows color (decimal): -9658682 or 13016684. OLE color: 13016684.

HSL color Cylindrical-coordinate representation of color #6C9EC6: hue angle of 206.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C9EC6 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB108158198-
CMYK0.450.2000.22
HSL206.67º44.12%60%-
HSV(B)206.67º45.45%77.65%-
XYZ28.631.7258.04-
YUV147.61156.4499.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.28%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 198 (77.73% from 255) = 42.67%
R=23.28%
G=34.05%
B=42.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1081581980.450.2000.22206.6744.1260
Hex6C9EC62D14016cf2c3c
Octal15423630655240263175474
Binary110110010011110110001101011011010001011011001111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C9EC6; }

 p { color: rgb(108,158,198); }

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

<style>
 a { background-color: #6C9EC6; }

 a { background-color: rgb(108,158,198); }

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

<style>
 span { border-color: #6C9EC6; }

 span { border-color: rgb(108,158,198); }

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