Html Css Color HEX #6E6FAD Chetwode Blue

📋 copy color: '#6E6FAD'

red 110 ◦ green 111 ◦ blue 173

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

Shades of Chetwode Blue #6E6FAD

Tints of Chetwode Blue #6E6FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 27.92%
G = 28.17%
B = 43.91%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E6FAD (or 0x6E6FAD) is known color: Chetwode Blue. HEX triplet: 6E, 6F and AD. RGB value is (110,111,173). Sum of RGB (Red+Green+Blue) = 110+111+173=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E6FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6FAD is #919052. Grayscale: #757575. Windows color (decimal): -9539667 or 11366254. OLE color: 11366254.

HSL color Cylindrical-coordinate representation of color #6E6FAD: hue angle of 239.05º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E6FAD is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 111 173 -
CMYK 0.36 0.36 0 0.32
HSL 239.05º 0.28% 0.55% -
HSV(B) 239.05º 0.36% 0.68% -
XYZ 19.66 17.7 41.92 -
YUV 117.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 110 111 173 0.36 0.36 0 0.32 239.05 0.28 0.55
Hex 6E 6F AD 24 24 0 20 EF 1C 37
Octal 156 157 255 44 44 0 40 357 34 67
Binary 1101110 1101111 10101101 100100 100100 0 100000 11101111 11100 110111

Color Harmonies of #6E6FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6FAD

Black with #6E6FAD

Text Example


Text Example

White with #6E6FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,111,173); }

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

background-color css

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

 a { background-color: rgb(110,111,173); }

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

border-color css

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

 span { border-color: rgb(110,111,173); }

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