Html Css Color HEX #6E7AAC Chetwode Blue

📋 copy color: '#6E7AAC'

red 110 ◦ green 122 ◦ blue 172

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

Shades of Chetwode Blue #6E7AAC

Tints of Chetwode Blue #6E7AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.2%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 27.23%
G = 30.2%
B = 42.57%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E7AAC (or 0x6E7AAC) is known color: Chetwode Blue. HEX triplet: 6E, 7A and AC. RGB value is (110,122,172). Sum of RGB (Red+Green+Blue) = 110+122+172=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7AAC is #918553. Grayscale: #7B7B7B. Windows color (decimal): -9536852 or 11303534. OLE color: 11303534.

HSL color Cylindrical-coordinate representation of color #6E7AAC: hue angle of 228.39º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E7AAC is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 122 172 -
CMYK 0.36 0.29 0 0.33
HSL 228.39º 0.27% 0.55% -
HSV(B) 228.39º 0.36% 0.67% -
XYZ 20.84 20.21 41.83 -
YUV 124.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 110 122 172 0.36 0.29 0 0.33 228.39 0.27 0.55
Hex 6E 7A AC 24 1D 0 21 E4 1B 37
Octal 156 172 254 44 35 0 41 344 33 67
Binary 1101110 1111010 10101100 100100 11101 0 100001 11100100 11011 110111

Color Harmonies of #6E7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7AAC

Black with #6E7AAC

Text Example


Text Example

White with #6E7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,122,172); }

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

background-color css

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

 a { background-color: rgb(110,122,172); }

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

border-color css

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

 span { border-color: rgb(110,122,172); }

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