Html Css Color HEX #6E71B6 Chetwode Blue

📋 copy color: '#6E71B6'

red 110 ◦ green 113 ◦ blue 182

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

Shades of Chetwode Blue #6E71B6

Tints of Chetwode Blue #6E71B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 27.16%
G = 27.9%
B = 44.94%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E71B6 (or 0x6E71B6) is known color: Chetwode Blue. HEX triplet: 6E, 71 and B6. RGB value is (110,113,182). Sum of RGB (Red+Green+Blue) = 110+113+182=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E71B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E71B6 is #918E49. Grayscale: #777777. Windows color (decimal): -9539146 or 11956590. OLE color: 11956590.

HSL color Cylindrical-coordinate representation of color #6E71B6: hue angle of 237.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E71B6 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 113 182 -
CMYK 0.40 0.38 0 0.29
HSL 237.5º 0.33% 0.57% -
HSV(B) 237.5º 0.4% 0.71% -
XYZ 20.78 18.5 46.73 -
YUV 119.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 110 113 182 0.40 0.38 0 0.29 237.5 0.33 0.57
Hex 6E 71 B6 28 26 0 1D EE 21 39
Octal 156 161 266 50 46 0 35 356 41 71
Binary 1101110 1110001 10110110 101000 100110 0 11101 11101110 100001 111001

Color Harmonies of #6E71B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E71B6

Black with #6E71B6

Text Example


Text Example

White with #6E71B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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