#6E69BC

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

Shades of Chetwode Blue #6E69BC

Tints of Chetwode Blue #6E69BC

Color information

#6E69BC (or 0x6E69BC) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 69 and BC. RGB value is (110,105,188). Sum of RGB (Red+Green+Blue) = 110+105+188=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E69BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E69BC is #919643. Grayscale: #737373. Windows color (decimal): -9541188 or 12347758. OLE color: 12347758.

HSL color Cylindrical-coordinate representation of color #6E69BC: hue angle of 243.61º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E69BC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB110105188-
CMYK0.410.4400.26
HSL243.61º38.25%57.45%-
HSV(B)243.61º44.15%73.73%-
XYZ20.5617.0549.78-
YUV115.96168.66123.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.30%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=27.30%
G=26.05%
B=46.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101051880.410.4400.26243.6138.2557.45
Hex6E69BC292C01Af42639
Octal15615127451540323644671
Binary110111011010011011110010100110110001101011110100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,105,188); }

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

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

 a { background-color: rgb(110,105,188); }

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

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

 span { border-color: rgb(110,105,188); }

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