#6D6FBE

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

Shades of Chetwode Blue #6D6FBE

Tints of Chetwode Blue #6D6FBE

Color information

#6D6FBE (or 0x6D6FBE) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 6F and BE. RGB value is (109,111,190). Sum of RGB (Red+Green+Blue) = 109+111+190=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D6FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6FBE is #929041. Grayscale: #777777. Windows color (decimal): -9605186 or 12480365. OLE color: 12480365.

HSL color Cylindrical-coordinate representation of color #6D6FBE: hue angle of 238.52º degrees, saturation: 0.38, 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 #6D6FBE is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109111190-
CMYK0.430.4200.25
HSL238.52º38.39%58.63%-
HSV(B)238.52º42.63%74.51%-
XYZ21.2918.3451.13-
YUV119.41167.84120.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.59%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=26.59%
G=27.07%
B=46.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091111900.430.4200.25238.5238.3958.63
Hex6D6FBE2B2A019ef263b
Octal15515727653520313574673
Binary110110111011111011111010101110101001100111101111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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