Html Css Color HEX #6F9699 Cadet Blue

📋 copy color: '#6F9699'

red 111 ◦ green 150 ◦ blue 153

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

Shades of Cadet Blue #6F9699

Tints of Cadet Blue #6F9699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 26.81%
G = 36.23%
B = 36.96%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F9699 (or 0x6F9699) is known color: Cadet Blue. HEX triplet: 6F, 96 and 99. RGB value is (111,150,153). Sum of RGB (Red+Green+Blue) = 111+150+153=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F9699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9699 is #906966. Grayscale: #8A8A8A. Windows color (decimal): -9464167 or 10065519. OLE color: 10065519.

HSL color Cylindrical-coordinate representation of color #6F9699: hue angle of 184.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9699 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 150 153 -
CMYK 0.27 0.02 0 0.4
HSL 184.29º 0.17% 0.52% -
HSV(B) 184.29º 0.27% 0.6% -
XYZ 23.21 27.49 34.22 -
YUV 138.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 111 150 153 0.27 0.02 0 0.4 184.29 0.17 0.52
Hex 6F 96 99 1B 2 0 28 B8 11 34
Octal 157 226 231 33 2 0 50 270 21 64
Binary 1101111 10010110 10011001 11011 10 0 101000 10111000 10001 110100

Color Harmonies of #6F9699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9699

Black with #6F9699

Text Example


Text Example

White with #6F9699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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