Html Css Color HEX #6E71BE Chetwode Blue

📋 copy color: '#6E71BE'

red 110 ◦ green 113 ◦ blue 190

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

Shades of Chetwode Blue #6E71BE

Tints of Chetwode Blue #6E71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.36%

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

R = 26.63%
G = 27.36%
B = 46%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E71BE (or 0x6E71BE) is known color: Chetwode Blue. HEX triplet: 6E, 71 and BE. RGB value is (110,113,190). Sum of RGB (Red+Green+Blue) = 110+113+190=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E71BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E71BE is #918E41. Grayscale: #787878. Windows color (decimal): -9539138 or 12480878. OLE color: 12480878.

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

Color convert

RGB 110 113 190 -
CMYK 0.42 0.41 0 0.25
HSL 237.75º 0.38% 0.59% -
HSV(B) 237.75º 0.42% 0.75% -
XYZ 21.63 18.84 51.21 -
YUV 120.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 110 113 190 0.42 0.41 0 0.25 237.75 0.38 0.59
Hex 6E 71 BE 2A 29 0 19 EE 26 3B
Octal 156 161 276 52 51 0 31 356 46 73
Binary 1101110 1110001 10111110 101010 101001 0 11001 11101110 100110 111011

Color Harmonies of #6E71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E71BE

Black with #6E71BE

Text Example


Text Example

White with #6E71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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