Html Css Color HEX #6E72B3 Chetwode Blue

📋 copy color: '#6E72B3'

red 110 ◦ green 114 ◦ blue 179

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

Shades of Chetwode Blue #6E72B3

Tints of Chetwode Blue #6E72B3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.29%

 BLUE value IS 179 (70.31% from 255) = 44.42%

R = 27.3%
G = 28.29%
B = 44.42%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6E72B3 (or 0x6E72B3) is known color: Chetwode Blue. HEX triplet: 6E, 72 and B3. RGB value is (110,114,179). Sum of RGB (Red+Green+Blue) = 110+114+179=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E72B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E72B3 is #918D4C. Grayscale: #777777. Windows color (decimal): -9538893 or 11760238. OLE color: 11760238.

HSL color Cylindrical-coordinate representation of color #6E72B3: hue angle of 236.52º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E72B3 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 114 179 -
CMYK 0.39 0.36 0 0.30
HSL 236.52º 0.31% 0.57% -
HSV(B) 236.52º 0.39% 0.7% -
XYZ 20.58 18.6 45.15 -
YUV 120.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 110 114 179 0.39 0.36 0 0.30 236.52 0.31 0.57
Hex 6E 72 B3 27 24 0 1E ED 1F 39
Octal 156 162 263 47 44 0 36 355 37 71
Binary 1101110 1110010 10110011 100111 100100 0 11110 11101101 11111 111001

Color Harmonies of #6E72B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E72B3

Black with #6E72B3

Text Example


Text Example

White with #6E72B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,114,179); }

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

background-color css

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

 a { background-color: rgb(110,114,179); }

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

border-color css

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

 span { border-color: rgb(110,114,179); }

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