Html Css Color HEX #699A9B Cadet Blue

📋 copy color: '#699A9B'

red 105 ◦ green 154 ◦ blue 155

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

Shades of Cadet Blue #699A9B

Tints of Cadet Blue #699A9B

RGB

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

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

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

R = 25.36%
G = 37.2%
B = 37.44%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#699A9B (or 0x699A9B) is known color: Cadet Blue. HEX triplet: 69, 9A and 9B. RGB value is (105,154,155). Sum of RGB (Red+Green+Blue) = 105+154+155=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #699A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699A9B is #966564. Grayscale: #8B8B8B. Windows color (decimal): -9856357 or 10197609. OLE color: 10197609.

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

Color convert

RGB 105 154 155 -
CMYK 0.32 0.01 0 0.39
HSL 181.2º 0.2% 0.51% -
HSV(B) 181.2º 0.32% 0.61% -
XYZ 23.3 28.48 35.28 -
YUV 139.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 105 154 155 0.32 0.01 0 0.39 181.2 0.2 0.51
Hex 69 9A 9B 20 1 0 27 B5 14 33
Octal 151 232 233 40 1 0 47 265 24 63
Binary 1101001 10011010 10011011 100000 1 0 100111 10110101 10100 110011

Color Harmonies of #699A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A9B

Black with #699A9B

Text Example


Text Example

White with #699A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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