Html Css Color HEX #6E719F Chetwode Blue

📋 copy color: '#6E719F'

red 110 ◦ green 113 ◦ blue 159

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

Shades of Chetwode Blue #6E719F

Tints of Chetwode Blue #6E719F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 28.8%
G = 29.58%
B = 41.62%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E719F (or 0x6E719F) is known color: Chetwode Blue. HEX triplet: 6E, 71 and 9F. RGB value is (110,113,159). Sum of RGB (Red+Green+Blue) = 110+113+159=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E719F is #918E60. Grayscale: #757575. Windows color (decimal): -9539169 or 10449262. OLE color: 10449262.

HSL color Cylindrical-coordinate representation of color #6E719F: hue angle of 236.33º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E719F is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 113 159 -
CMYK 0.31 0.29 0 0.38
HSL 236.33º 0.2% 0.53% -
HSV(B) 236.33º 0.31% 0.62% -
XYZ 18.59 17.63 35.22 -
YUV 117.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 110 113 159 0.31 0.29 0 0.38 236.33 0.2 0.53
Hex 6E 71 9F 1F 1D 0 26 EC 14 35
Octal 156 161 237 37 35 0 46 354 24 65
Binary 1101110 1110001 10011111 11111 11101 0 100110 11101100 10100 110101

Color Harmonies of #6E719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E719F

Black with #6E719F

Text Example


Text Example

White with #6E719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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