Html Css Color HEX #6F999E Cadet Blue

📋 copy color: '#6F999E'

red 111 ◦ green 153 ◦ blue 158

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

Shades of Cadet Blue #6F999E

Tints of Cadet Blue #6F999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 26.3%
G = 36.26%
B = 37.44%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F999E (or 0x6F999E) is known color: Cadet Blue. HEX triplet: 6F, 99 and 9E. RGB value is (111,153,158). Sum of RGB (Red+Green+Blue) = 111+153+158=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F999E is #906661. Grayscale: #8C8C8C. Windows color (decimal): -9463394 or 10393967. OLE color: 10393967.

HSL color Cylindrical-coordinate representation of color #6F999E: hue angle of 186.38º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F999E is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 153 158 -
CMYK 0.30 0.03 0 0.38
HSL 186.38º 0.2% 0.53% -
HSV(B) 186.38º 0.3% 0.62% -
XYZ 24.12 28.63 36.6 -
YUV 141.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 111 153 158 0.30 0.03 0 0.38 186.38 0.2 0.53
Hex 6F 99 9E 1E 3 0 26 BA 14 35
Octal 157 231 236 36 3 0 46 272 24 65
Binary 1101111 10011001 10011110 11110 11 0 100110 10111010 10100 110101

Color Harmonies of #6F999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F999E

Black with #6F999E

Text Example


Text Example

White with #6F999E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,153,158); }

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

background-color css

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

 a { background-color: rgb(111,153,158); }

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

border-color css

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

 span { border-color: rgb(111,153,158); }

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