Html Css Color HEX #699D9F Cadet Blue

📋 copy color: '#699D9F'

red 105 ◦ green 157 ◦ blue 159

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

Shades of Cadet Blue #699D9F

Tints of Cadet Blue #699D9F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.29%

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 24.94%
G = 37.29%
B = 37.77%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#699D9F (or 0x699D9F) is known color: Cadet Blue. HEX triplet: 69, 9D and 9F. RGB value is (105,157,159). Sum of RGB (Red+Green+Blue) = 105+157+159=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #699D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D9F is #966260. Grayscale: #8D8D8D. Windows color (decimal): -9855585 or 10460521. OLE color: 10460521.

HSL color Cylindrical-coordinate representation of color #699D9F: hue angle of 182.22º 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 #699D9F is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 159 -
CMYK 0.34 0.01 0 0.38
HSL 182.22º 0.22% 0.52% -
HSV(B) 182.22º 0.34% 0.62% -
XYZ 24.14 29.62 37.25 -
YUV 141.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 105 157 159 0.34 0.01 0 0.38 182.22 0.22 0.52
Hex 69 9D 9F 22 1 0 26 B6 16 34
Octal 151 235 237 42 1 0 46 266 26 64
Binary 1101001 10011101 10011111 100010 1 0 100110 10110110 10110 110100

Color Harmonies of #699D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D9F

Black with #699D9F

Text Example


Text Example

White with #699D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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