Html Css Color HEX #6E7ABD Chetwode Blue

📋 copy color: '#6E7ABD'

red 110 ◦ green 122 ◦ blue 189

#6E7ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #6E7ABD

Tints of Chetwode Blue #6E7ABD

RGB

 RED value IS 110 (43.36% from 255) = 26.13%

 GREEN value IS 122 (48.05% from 255) = 28.98%

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 26.13%
G = 28.98%
B = 44.89%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E7ABD (or 0x6E7ABD) is known color: Chetwode Blue. HEX triplet: 6E, 7A and BD. RGB value is (110,122,189). Sum of RGB (Red+Green+Blue) = 110+122+189=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E7ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ABD is #918542. Grayscale: #7D7D7D. Windows color (decimal): -9536835 or 12417646. OLE color: 12417646.

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

Color convert

RGB 110 122 189 -
CMYK 0.42 0.35 0 0.26
HSL 230.89º 0.37% 0.59% -
HSV(B) 230.89º 0.42% 0.74% -
XYZ 22.58 20.91 50.99 -
YUV 126.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 110 122 189 0.42 0.35 0 0.26 230.89 0.37 0.59
Hex 6E 7A BD 2A 23 0 1A E7 25 3B
Octal 156 172 275 52 43 0 32 347 45 73
Binary 1101110 1111010 10111101 101010 100011 0 11010 11100111 100101 111011

Color Harmonies of #6E7ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7ABD

Black with #6E7ABD

Text Example


Text Example

White with #6E7ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,122,189); }

 H1.HeaderClassName
 {
   color: #6E7ABD;
 }
 .AnyTagClassName
 {
   color: #6E7ABD;
 }
</style>

background-color css

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

 a { background-color: rgb(110,122,189); }

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

border-color css

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

 span { border-color: rgb(110,122,189); }

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