#6C6CBF

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

Shades of Chetwode Blue #6C6CBF

Tints of Chetwode Blue #6C6CBF

Color information

#6C6CBF (or 0x6C6CBF) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 6C and BF. RGB value is (108,108,191). Sum of RGB (Red+Green+Blue) = 108+108+191=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C6CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6CBF is #939340. Grayscale: #757575. Windows color (decimal): -9671489 or 12545132. OLE color: 12545132.

HSL color Cylindrical-coordinate representation of color #6C6CBF: hue angle of 240º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C6CBF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108108191-
CMYK0.430.4300.25
HSL240º39.34%58.63%-
HSV(B)240º43.46%74.9%-
XYZ20.9517.6751.6-
YUV117.46169.5121.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.54%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 191 (75% from 255) = 46.93%
R=26.54%
G=26.54%
B=46.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081081910.430.4300.2524039.3458.63
Hex6C6CBF2B2B019f0273b
Octal15415427753530313604773
Binary110110011011001011111110101110101101100111110000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,108,191); }

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

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

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

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

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

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

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