#6D7ABE

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

Shades of Chetwode Blue #6D7ABE

Tints of Chetwode Blue #6D7ABE

Color information

#6D7ABE (or 0x6D7ABE) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 7A and BE. RGB value is (109,122,190). Sum of RGB (Red+Green+Blue) = 109+122+190=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D7ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ABE is #928541. Grayscale: #7D7D7D. Windows color (decimal): -9602370 or 12483181. OLE color: 12483181.

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

Color convert

RGB109122190-
CMYK0.430.3600.25
HSL230.37º38.39%58.63%-
HSV(B)230.37º42.63%74.51%-
XYZ22.5620.8951.56-
YUV125.86164.19115.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.89%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=25.89%
G=28.98%
B=45.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091221900.430.3600.25230.3738.3958.63
Hex6D7ABE2B24019e6263b
Octal15517227653440313464673
Binary110110111110101011111010101110010001100111100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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