#6E7BBC

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

Shades of Chetwode Blue #6E7BBC

Tints of Chetwode Blue #6E7BBC

Color information

#6E7BBC (or 0x6E7BBC) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 7B and BC. RGB value is (110,123,188). Sum of RGB (Red+Green+Blue) = 110+123+188=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E7BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BBC is #918443. Grayscale: #7E7E7E. Windows color (decimal): -9536580 or 12352366. OLE color: 12352366.

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

Color convert

RGB110123188-
CMYK0.410.3500.26
HSL230º36.79%58.43%-
HSV(B)230º41.49%73.73%-
XYZ22.5921.1150.46-
YUV126.52162.69116.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.13%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=26.13%
G=29.22%
B=44.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101231880.410.3500.2623036.7958.43
Hex6E7BBC292301Ae6253a
Octal15617327451430323464572
Binary110111011110111011110010100110001101101011100110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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