Html Css Color HEX #699B9D Cadet Blue

📋 copy color: '#699B9D'

red 105 ◦ green 155 ◦ blue 157

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

Shades of Cadet Blue #699B9D

Tints of Cadet Blue #699B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 25.18%
G = 37.17%
B = 37.65%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#699B9D (or 0x699B9D) is known color: Cadet Blue. HEX triplet: 69, 9B and 9D. RGB value is (105,155,157). Sum of RGB (Red+Green+Blue) = 105+155+157=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #699B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B9D is #966462. Grayscale: #8C8C8C. Windows color (decimal): -9856099 or 10328937. OLE color: 10328937.

HSL color Cylindrical-coordinate representation of color #699B9D: hue angle of 182.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699B9D is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 155 157 -
CMYK 0.33 0.01 0 0.38
HSL 182.31º 0.21% 0.51% -
HSV(B) 182.31º 0.33% 0.62% -
XYZ 23.63 28.88 36.23 -
YUV 140.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 105 155 157 0.33 0.01 0 0.38 182.31 0.21 0.51
Hex 69 9B 9D 21 1 0 26 B6 15 33
Octal 151 233 235 41 1 0 46 266 25 63
Binary 1101001 10011011 10011101 100001 1 0 100110 10110110 10101 110011

Color Harmonies of #699B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B9D

Black with #699B9D

Text Example


Text Example

White with #699B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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