Html Css Color HEX #69959E Cadet Blue

📋 copy color: '#69959E'

red 105 ◦ green 149 ◦ blue 158

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

Shades of Cadet Blue #69959E

Tints of Cadet Blue #69959E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 25.49%
G = 36.17%
B = 38.35%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69959E (or 0x69959E) is known color: Cadet Blue. HEX triplet: 69, 95 and 9E. RGB value is (105,149,158). Sum of RGB (Red+Green+Blue) = 105+149+158=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #69959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69959E is #966A61. Grayscale: #888888. Windows color (decimal): -9857634 or 10392937. OLE color: 10392937.

HSL color Cylindrical-coordinate representation of color #69959E: hue angle of 190.19º degrees, saturation: 0.21, 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 #69959E is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 149 158 -
CMYK 0.34 0.06 0 0.38
HSL 190.19º 0.21% 0.52% -
HSV(B) 190.19º 0.34% 0.62% -
XYZ 22.74 26.97 36.35 -
YUV 136.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 105 149 158 0.34 0.06 0 0.38 190.19 0.21 0.52
Hex 69 95 9E 22 6 0 26 BE 15 34
Octal 151 225 236 42 6 0 46 276 25 64
Binary 1101001 10010101 10011110 100010 110 0 100110 10111110 10101 110100

Color Harmonies of #69959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69959E

Black with #69959E

Text Example


Text Example

White with #69959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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