Html Css Color HEX #6E76BD Chetwode Blue

📋 copy color: '#6E76BD'

red 110 ◦ green 118 ◦ blue 189

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

Shades of Chetwode Blue #6E76BD

Tints of Chetwode Blue #6E76BD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 26.38%
G = 28.3%
B = 45.32%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E76BD (or 0x6E76BD) is known color: Chetwode Blue. HEX triplet: 6E, 76 and BD. RGB value is (110,118,189). Sum of RGB (Red+Green+Blue) = 110+118+189=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E76BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E76BD is #918942. Grayscale: #7B7B7B. Windows color (decimal): -9537859 or 12416622. OLE color: 12416622.

HSL color Cylindrical-coordinate representation of color #6E76BD: hue angle of 233.92º 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 #6E76BD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 118 189 -
CMYK 0.42 0.38 0 0.26
HSL 233.92º 0.37% 0.59% -
HSV(B) 233.92º 0.42% 0.74% -
XYZ 22.09 19.95 50.83 -
YUV 123.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 110 118 189 0.42 0.38 0 0.26 233.92 0.37 0.59
Hex 6E 76 BD 2A 26 0 1A EA 25 3B
Octal 156 166 275 52 46 0 32 352 45 73
Binary 1101110 1110110 10111101 101010 100110 0 11010 11101010 100101 111011

Color Harmonies of #6E76BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E76BD

Black with #6E76BD

Text Example


Text Example

White with #6E76BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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