Html Css Color HEX #6FA19F Cadet Blue

📋 copy color: '#6FA19F'

red 111 ◦ green 161 ◦ blue 159

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

Shades of Cadet Blue #6FA19F

Tints of Cadet Blue #6FA19F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

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

R = 25.75%
G = 37.35%
B = 36.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#6FA19F (or 0x6FA19F) is known color: Cadet Blue. HEX triplet: 6F, A1 and 9F. RGB value is (111,161,159). Sum of RGB (Red+Green+Blue) = 111+161+159=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA19F is #905E60. Grayscale: #919191. Windows color (decimal): -9461345 or 10461551. OLE color: 10461551.

HSL color Cylindrical-coordinate representation of color #6FA19F: hue angle of 177.6º 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 #6FA19F is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 161 159 -
CMYK 0.31 0 0.01 0.37
HSL 177.6º 0.21% 0.53% -
HSV(B) 177.6º 0.31% 0.63% -
XYZ 25.56 31.37 37.51 -
YUV 145.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 111 161 159 0.31 0 0.01 0.37 177.6 0.21 0.53
Hex 6F A1 9F 1F 0 1 25 B2 15 35
Octal 157 241 237 37 0 1 45 262 25 65
Binary 1101111 10100001 10011111 11111 0 1 100101 10110010 10101 110101

Color Harmonies of #6FA19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA19F

Black with #6FA19F

Text Example


Text Example

White with #6FA19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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