Html Css Color HEX #6E719B Chetwode Blue

📋 copy color: '#6E719B'

red 110 ◦ green 113 ◦ blue 155

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

Shades of Chetwode Blue #6E719B

Tints of Chetwode Blue #6E719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 29.1%
G = 29.89%
B = 41.01%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E719B (or 0x6E719B) is known color: Chetwode Blue. HEX triplet: 6E, 71 and 9B. RGB value is (110,113,155). Sum of RGB (Red+Green+Blue) = 110+113+155=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E719B is #918E64. Grayscale: #747474. Windows color (decimal): -9539173 or 10187118. OLE color: 10187118.

HSL color Cylindrical-coordinate representation of color #6E719B: hue angle of 236º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E719B is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 113 155 -
CMYK 0.29 0.27 0 0.39
HSL 236º 0.18% 0.52% -
HSV(B) 236º 0.29% 0.61% -
XYZ 18.25 17.49 33.42 -
YUV 116.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 110 113 155 0.29 0.27 0 0.39 236 0.18 0.52
Hex 6E 71 9B 1D 1B 0 27 EC 12 34
Octal 156 161 233 35 33 0 47 354 22 64
Binary 1101110 1110001 10011011 11101 11011 0 100111 11101100 10010 110100

Color Harmonies of #6E719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E719B

Black with #6E719B

Text Example


Text Example

White with #6E719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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