Html Css Color HEX #699B99 Cadet Blue

📋 copy color: '#699B99'

red 105 ◦ green 155 ◦ blue 153

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

Shades of Cadet Blue #699B99

Tints of Cadet Blue #699B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

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

R = 25.42%
G = 37.53%
B = 37.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#699B99 (or 0x699B99) is known color: Cadet Blue. HEX triplet: 69, 9B and 99. RGB value is (105,155,153). Sum of RGB (Red+Green+Blue) = 105+155+153=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #699B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B99 is #966466. Grayscale: #8B8B8B. Windows color (decimal): -9856103 or 10066793. OLE color: 10066793.

HSL color Cylindrical-coordinate representation of color #699B99: hue angle of 177.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699B99 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 153 -
CMYK 0.32 0 0.01 0.39
HSL 177.6º 0.2% 0.51% -
HSV(B) 177.6º 0.32% 0.61% -
XYZ 23.3 28.75 34.46 -
YUV 139.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 105 155 153 0.32 0 0.01 0.39 177.6 0.2 0.51
Hex 69 9B 99 20 0 1 27 B2 14 33
Octal 151 233 231 40 0 1 47 262 24 63
Binary 1101001 10011011 10011001 100000 0 1 100111 10110010 10100 110011

Color Harmonies of #699B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B99

Black with #699B99

Text Example


Text Example

White with #699B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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