Html Css Color HEX #699997 Cadet Blue

📋 copy color: '#699997'

red 105 ◦ green 153 ◦ blue 151

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

Shades of Cadet Blue #699997

Tints of Cadet Blue #699997

RGB

 RED value IS 105 (41.41% from 255) = 25.67%

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

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 25.67%
G = 37.41%
B = 36.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#699997 (or 0x699997) is known color: Cadet Blue. HEX triplet: 69, 99 and 97. RGB value is (105,153,151). Sum of RGB (Red+Green+Blue) = 105+153+151=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #699997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699997 is #966668. Grayscale: #8A8A8A. Windows color (decimal): -9856617 or 9935209. OLE color: 9935209.

HSL color Cylindrical-coordinate representation of color #699997: hue angle of 177.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699997 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 151 -
CMYK 0.31 0 0.01 0.4
HSL 177.5º 0.19% 0.51% -
HSV(B) 177.5º 0.31% 0.6% -
XYZ 22.8 28.02 33.48 -
YUV 138.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 105 153 151 0.31 0 0.01 0.4 177.5 0.19 0.51
Hex 69 99 97 1F 0 1 28 B2 13 33
Octal 151 231 227 37 0 1 50 262 23 63
Binary 1101001 10011001 10010111 11111 0 1 101000 10110010 10011 110011

Color Harmonies of #699997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699997

Black with #699997

Text Example


Text Example

White with #699997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699997; }

 p { color: rgb(105,153,151); }

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

background-color css

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

 a { background-color: rgb(105,153,151); }

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

border-color css

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

 span { border-color: rgb(105,153,151); }

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