Html Css Color HEX #6F999F Cadet Blue

📋 copy color: '#6F999F'

red 111 ◦ green 153 ◦ blue 159

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

Shades of Cadet Blue #6F999F

Tints of Cadet Blue #6F999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 26.24%
G = 36.17%
B = 37.59%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F999F (or 0x6F999F) is known color: Cadet Blue. HEX triplet: 6F, 99 and 9F. RGB value is (111,153,159). Sum of RGB (Red+Green+Blue) = 111+153+159=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F999F is #906660. Grayscale: #8D8D8D. Windows color (decimal): -9463393 or 10459503. OLE color: 10459503.

HSL color Cylindrical-coordinate representation of color #6F999F: hue angle of 187.5º 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 #6F999F is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 153 159 -
CMYK 0.30 0.04 0 0.38
HSL 187.5º 0.2% 0.53% -
HSV(B) 187.5º 0.3% 0.62% -
XYZ 24.2 28.67 37.06 -
YUV 141.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 111 153 159 0.30 0.04 0 0.38 187.5 0.2 0.53
Hex 6F 99 9F 1E 4 0 26 BC 14 35
Octal 157 231 237 36 4 0 46 274 24 65
Binary 1101111 10011001 10011111 11110 100 0 100110 10111100 10100 110101

Color Harmonies of #6F999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F999F

Black with #6F999F

Text Example


Text Example

White with #6F999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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