#6E7BBE

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

Shades of Chetwode Blue #6E7BBE

Tints of Chetwode Blue #6E7BBE

Color information

#6E7BBE (or 0x6E7BBE) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 7B and BE. RGB value is (110,123,190). Sum of RGB (Red+Green+Blue) = 110+123+190=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BBE is #918441. Grayscale: #7E7E7E. Windows color (decimal): -9536578 or 12483438. OLE color: 12483438.

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

Color convert

RGB110123190-
CMYK0.420.3500.25
HSL230.25º38.1%58.82%-
HSV(B)230.25º42.11%74.51%-
XYZ22.8121.251.6-
YUV126.75163.69116.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=26.00%
G=29.08%
B=44.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101231900.420.3500.25230.2538.158.82
Hex6E7BBE2A23019e6263b
Octal15617327652430313464673
Binary110111011110111011111010101010001101100111100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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