Html Css Color HEX #699F9B Cadet Blue

📋 copy color: '#699F9B'

red 105 ◦ green 159 ◦ blue 155

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

Shades of Cadet Blue #699F9B

Tints of Cadet Blue #699F9B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 25.06%
G = 37.95%
B = 36.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#699F9B (or 0x699F9B) is known color: Cadet Blue. HEX triplet: 69, 9F and 9B. RGB value is (105,159,155). Sum of RGB (Red+Green+Blue) = 105+159+155=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 159 - color contains mainly: green. Hex color #699F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F9B is #966064. Grayscale: #8E8E8E. Windows color (decimal): -9855077 or 10198889. OLE color: 10198889.

HSL color Cylindrical-coordinate representation of color #699F9B: hue angle of 175.56º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699F9B is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 159 155 -
CMYK 0.34 0 0.03 0.38
HSL 175.56º 0.22% 0.52% -
HSV(B) 175.56º 0.34% 0.62% -
XYZ 24.14 30.17 35.56 -
YUV 142.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 105 159 155 0.34 0 0.03 0.38 175.56 0.22 0.52
Hex 69 9F 9B 22 0 3 26 B0 16 34
Octal 151 237 233 42 0 3 46 260 26 64
Binary 1101001 10011111 10011011 100010 0 11 100110 10110000 10110 110100

Color Harmonies of #699F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F9B

Black with #699F9B

Text Example


Text Example

White with #699F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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