Html Css Color HEX #699A9F Cadet Blue

📋 copy color: '#699A9F'

red 105 ◦ green 154 ◦ blue 159

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

Shades of Cadet Blue #699A9F

Tints of Cadet Blue #699A9F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

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

R = 25.12%
G = 36.84%
B = 38.04%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#699A9F (or 0x699A9F) is known color: Cadet Blue. HEX triplet: 69, 9A and 9F. RGB value is (105,154,159). Sum of RGB (Red+Green+Blue) = 105+154+159=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #699A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699A9F is #966560. Grayscale: #8B8B8B. Windows color (decimal): -9856353 or 10459753. OLE color: 10459753.

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

Color convert

RGB 105 154 159 -
CMYK 0.34 0.03 0 0.38
HSL 185.56º 0.22% 0.52% -
HSV(B) 185.56º 0.34% 0.62% -
XYZ 23.64 28.62 37.08 -
YUV 139.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 105 154 159 0.34 0.03 0 0.38 185.56 0.22 0.52
Hex 69 9A 9F 22 3 0 26 BA 16 34
Octal 151 232 237 42 3 0 46 272 26 64
Binary 1101001 10011010 10011111 100010 11 0 100110 10111010 10110 110100

Color Harmonies of #699A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A9F

Black with #699A9F

Text Example


Text Example

White with #699A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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