#6C9FD6

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

Shades of Picton Blue #6C9FD6

Tints of Picton Blue #6C9FD6

Color information

#6C9FD6 (or 0x6C9FD6) is unknown color: approx Picton Blue. HEX triplet: 6C, 9F and D6. RGB value is (108,159,214). Sum of RGB (Red+Green+Blue) = 108+159+214=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #6C9FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9FD6 is #936029. Grayscale: #959595. Windows color (decimal): -9658410 or 14065516. OLE color: 14065516.

HSL color Cylindrical-coordinate representation of color #6C9FD6: hue angle of 211.13º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C9FD6 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB108159214-
CMYK0.500.2600.16
HSL211.13º56.38%63.14%-
HSV(B)211.13º49.53%83.92%-
XYZ30.7232.8468.34-
YUV150.02164.198.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.45%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=22.45%
G=33.06%
B=44.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1081592140.500.2600.16211.1356.3863.14
Hex6C9FD6321A010d3383f
Octal15423732662320203237077
Binary110110010011111110101101100101101001000011010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,159,214); }

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

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

 a { background-color: rgb(108,159,214); }

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

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

 span { border-color: rgb(108,159,214); }

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