#6c96ce

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

Shades of Picton Blue #6C96CE

Tints of Picton Blue #6C96CE

Color information

#6C96CE (or 0x6C96CE) is unknown color: approx Picton Blue. HEX triplet: 6C, 96 and CE. RGB value is (108,150,206). Sum of RGB (Red+Green+Blue) = 108+150+206=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C96CE is #936931. Grayscale: #8F8F8F. Windows color (decimal): -9660722 or 13538924. OLE color: 13538924.

HSL color Cylindrical-coordinate representation of color #6C96CE: hue angle of 214.29º degrees, saturation: 0.5, 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 #6C96CE is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108150206-
CMYK0.480.2700.19
HSL214.29º50%61.57%-
HSV(B)214.29º47.57%80.78%-
XYZ28.2329.4662.59-
YUV143.83163.09102.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.28%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 206 (80.86% from 255) = 44.40%
R=23.28%
G=32.33%
B=44.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081502060.480.2700.19214.295061.57
Hex6C96CE301B013d6323e
Octal15422631660330233266276
Binary110110010010110110011101100001101101001111010110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c96ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,150,206); }

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

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

 a { background-color: rgb(108,150,206); }

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

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

 span { border-color: rgb(108,150,206); }

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