Html Css Color HEX #69959D Cadet Blue

📋 copy color: '#69959D'

red 105 ◦ green 149 ◦ blue 157

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

Shades of Cadet Blue #69959D

Tints of Cadet Blue #69959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

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

R = 25.55%
G = 36.25%
B = 38.2%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69959D (or 0x69959D) is known color: Cadet Blue. HEX triplet: 69, 95 and 9D. RGB value is (105,149,157). Sum of RGB (Red+Green+Blue) = 105+149+157=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #69959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69959D is #966A62. Grayscale: #888888. Windows color (decimal): -9857635 or 10327401. OLE color: 10327401.

HSL color Cylindrical-coordinate representation of color #69959D: hue angle of 189.23º 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 #69959D is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 149 157 -
CMYK 0.33 0.05 0 0.38
HSL 189.23º 0.21% 0.51% -
HSV(B) 189.23º 0.33% 0.62% -
XYZ 22.66 26.93 35.9 -
YUV 136.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 105 149 157 0.33 0.05 0 0.38 189.23 0.21 0.51
Hex 69 95 9D 21 5 0 26 BD 15 33
Octal 151 225 235 41 5 0 46 275 25 63
Binary 1101001 10010101 10011101 100001 101 0 100110 10111101 10101 110011

Color Harmonies of #69959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69959D

Black with #69959D

Text Example


Text Example

White with #69959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69959D; }

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

 H1.HeaderClassName
 {
   color: #69959D;
 }
 .AnyTagClassName
 {
   color: #69959D;
 }
</style>

background-color css

<style>
 a { background-color: #69959D; }

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

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

border-color css

<style>
 span { border-color: #69959D; }

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

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