Html Css Color HEX #6E9AA4 Cadet Blue

📋 copy color: '#6E9AA4'

red 110 ◦ green 154 ◦ blue 164

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

Shades of Cadet Blue #6E9AA4

Tints of Cadet Blue #6E9AA4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.98%

 BLUE value IS 164 (64.45% from 255) = 38.32%

R = 25.7%
G = 35.98%
B = 38.32%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6E9AA4 (or 0x6E9AA4) is known color: Cadet Blue. HEX triplet: 6E, 9A and A4. RGB value is (110,154,164). Sum of RGB (Red+Green+Blue) = 110+154+164=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E9AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9AA4 is #91655B. Grayscale: #8D8D8D. Windows color (decimal): -9528668 or 10787438. OLE color: 10787438.

HSL color Cylindrical-coordinate representation of color #6E9AA4: hue angle of 191.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E9AA4 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 154 164 -
CMYK 0.33 0.06 0 0.36
HSL 191.11º 0.23% 0.54% -
HSV(B) 191.11º 0.33% 0.64% -
XYZ 24.69 29.11 39.44 -
YUV 141.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 110 154 164 0.33 0.06 0 0.36 191.11 0.23 0.54
Hex 6E 9A A4 21 6 0 24 BF 17 36
Octal 156 232 244 41 6 0 44 277 27 66
Binary 1101110 10011010 10100100 100001 110 0 100100 10111111 10111 110110

Color Harmonies of #6E9AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9AA4

Black with #6E9AA4

Text Example


Text Example

White with #6E9AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,154,164); }

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

background-color css

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

 a { background-color: rgb(110,154,164); }

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

border-color css

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

 span { border-color: rgb(110,154,164); }

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