Html Css Color HEX #699897 Cadet Blue

📋 copy color: '#699897'

red 105 ◦ green 152 ◦ blue 151

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

Shades of Cadet Blue #699897

Tints of Cadet Blue #699897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.25%

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

R = 25.74%
G = 37.25%
B = 37.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#699897 (or 0x699897) is known color: Cadet Blue. HEX triplet: 69, 98 and 97. RGB value is (105,152,151). Sum of RGB (Red+Green+Blue) = 105+152+151=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #699897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699897 is #966768. Grayscale: #898989. Windows color (decimal): -9856873 or 9934953. OLE color: 9934953.

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

Color convert

RGB 105 152 151 -
CMYK 0.31 0 0.01 0.40
HSL 178.72º 0.19% 0.5% -
HSV(B) 178.72º 0.31% 0.6% -
XYZ 22.64 27.69 33.43 -
YUV 137.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 105 152 151 0.31 0 0.01 0.40 178.72 0.19 0.5
Hex 69 98 97 1F 0 1 28 B3 13 32
Octal 151 230 227 37 0 1 50 263 23 62
Binary 1101001 10011000 10010111 11111 0 1 101000 10110011 10011 110010

Color Harmonies of #699897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699897

Black with #699897

Text Example


Text Example

White with #699897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699897; }

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

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

background-color css

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

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

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

border-color css

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

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

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