Html Css Color HEX #699597 Cadet Blue

📋 copy color: '#699597'

red 105 ◦ green 149 ◦ blue 151

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

Shades of Cadet Blue #699597

Tints of Cadet Blue #699597

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

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

R = 25.93%
G = 36.79%
B = 37.28%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#699597 (or 0x699597) is known color: Cadet Blue. HEX triplet: 69, 95 and 97. RGB value is (105,149,151). Sum of RGB (Red+Green+Blue) = 105+149+151=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 151 - color contains mainly: blue. Hex color #699597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699597 is #966A68. Grayscale: #888888. Windows color (decimal): -9857641 or 9934185. OLE color: 9934185.

HSL color Cylindrical-coordinate representation of color #699597: hue angle of 182.61º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699597 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 149 151 -
CMYK 0.30 0.01 0 0.41
HSL 182.61º 0.18% 0.5% -
HSV(B) 182.61º 0.3% 0.59% -
XYZ 22.16 26.73 33.27 -
YUV 136.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 105 149 151 0.30 0.01 0 0.41 182.61 0.18 0.5
Hex 69 95 97 1E 1 0 29 B7 12 32
Octal 151 225 227 36 1 0 51 267 22 62
Binary 1101001 10010101 10010111 11110 1 0 101001 10110111 10010 110010

Color Harmonies of #699597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699597

Black with #699597

Text Example


Text Example

White with #699597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699597; }

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

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

background-color css

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

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

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

border-color css

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

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

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