Html Css Color HEX #6E76BE Chetwode Blue

📋 copy color: '#6E76BE'

red 110 ◦ green 118 ◦ blue 190

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

Shades of Chetwode Blue #6E76BE

Tints of Chetwode Blue #6E76BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 26.32%
G = 28.23%
B = 45.45%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E76BE (or 0x6E76BE) is known color: Chetwode Blue. HEX triplet: 6E, 76 and BE. RGB value is (110,118,190). Sum of RGB (Red+Green+Blue) = 110+118+190=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E76BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E76BE is #918941. Grayscale: #7B7B7B. Windows color (decimal): -9537858 or 12482158. OLE color: 12482158.

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

Color convert

RGB 110 118 190 -
CMYK 0.42 0.38 0 0.25
HSL 234º 0.38% 0.59% -
HSV(B) 234º 0.42% 0.75% -
XYZ 22.2 19.99 51.4 -
YUV 123.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 110 118 190 0.42 0.38 0 0.25 234 0.38 0.59
Hex 6E 76 BE 2A 26 0 19 EA 26 3B
Octal 156 166 276 52 46 0 31 352 46 73
Binary 1101110 1110110 10111110 101010 100110 0 11001 11101010 100110 111011

Color Harmonies of #6E76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E76BE

Black with #6E76BE

Text Example


Text Example

White with #6E76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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