#6F6CBE

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

Shades of Chetwode Blue #6F6CBE

Tints of Chetwode Blue #6F6CBE

Color information

#6F6CBE (or 0x6F6CBE) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 6C and BE. RGB value is (111,108,190). Sum of RGB (Red+Green+Blue) = 111+108+190=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F6CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6CBE is #909341. Grayscale: #757575. Windows color (decimal): -9474882 or 12479599. OLE color: 12479599.

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

Color convert

RGB111108190-
CMYK0.420.4300.25
HSL242.2º38.68%58.43%-
HSV(B)242.2º43.16%74.51%-
XYZ21.2117.8251.04-
YUV118.24168.49122.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.14%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=27.14%
G=26.41%
B=46.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111081900.420.4300.25242.238.6858.43
Hex6F6CBE2A2B019f2273a
Octal15715427652530313624772
Binary110111111011001011111010101010101101100111110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,108,190); }

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

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

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

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

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

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

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