#6C9FCF

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

Shades of Picton Blue #6C9FCF

Tints of Picton Blue #6C9FCF

Color information

#6C9FCF (or 0x6C9FCF) is unknown color: approx Picton Blue. HEX triplet: 6C, 9F and CF. RGB value is (108,159,207). Sum of RGB (Red+Green+Blue) = 108+159+207=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C9FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9FCF is #936030. Grayscale: #949494. Windows color (decimal): -9658417 or 13606764. OLE color: 13606764.

HSL color Cylindrical-coordinate representation of color #6C9FCF: hue angle of 209.09º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C9FCF is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108159207-
CMYK0.480.2300.19
HSL209.09º50.77%61.76%-
HSV(B)209.09º47.83%81.18%-
XYZ29.8432.4963.73-
YUV149.22160.698.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.78%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=22.78%
G=33.54%
B=43.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081592070.480.2300.19209.0950.7761.76
Hex6C9FCF3017013d1333e
Octal15423731760270233216376
Binary110110010011111110011111100001011101001111010001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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