Html Css Color HEX #6F9AA0 Cadet Blue

📋 copy color: '#6F9AA0'

red 111 ◦ green 154 ◦ blue 160

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

Shades of Cadet Blue #6F9AA0

Tints of Cadet Blue #6F9AA0

RGB

 RED value IS 111 (43.75% from 255) = 26.12%

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

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 26.12%
G = 36.24%
B = 37.65%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6F9AA0 (or 0x6F9AA0) is known color: Cadet Blue. HEX triplet: 6F, 9A and A0. RGB value is (111,154,160). Sum of RGB (Red+Green+Blue) = 111+154+160=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 160 - color contains mainly: blue. Hex color #6F9AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9AA0 is #90655F. Grayscale: #8D8D8D. Windows color (decimal): -9463136 or 10525295. OLE color: 10525295.

HSL color Cylindrical-coordinate representation of color #6F9AA0: hue angle of 187.35º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F9AA0 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 154 160 -
CMYK 0.31 0.04 0 0.37
HSL 187.35º 0.21% 0.53% -
HSV(B) 187.35º 0.31% 0.63% -
XYZ 24.46 29.03 37.57 -
YUV 141.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 111 154 160 0.31 0.04 0 0.37 187.35 0.21 0.53
Hex 6F 9A A0 1F 4 0 25 BB 15 35
Octal 157 232 240 37 4 0 45 273 25 65
Binary 1101111 10011010 10100000 11111 100 0 100101 10111011 10101 110101

Color Harmonies of #6F9AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9AA0

Black with #6F9AA0

Text Example


Text Example

White with #6F9AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,154,160); }

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

background-color css

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

 a { background-color: rgb(111,154,160); }

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

border-color css

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

 span { border-color: rgb(111,154,160); }

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