Html Css Color HEX #659FA6 Cadet Blue

📋 copy color: '#659FA6'

red 101 ◦ green 159 ◦ blue 166

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

Shades of Cadet Blue #659FA6

Tints of Cadet Blue #659FA6

RGB

 RED value IS 101 (39.84% from 255) = 23.71%

 GREEN value IS 159 (62.5% from 255) = 37.32%

 BLUE value IS 166 (65.23% from 255) = 38.97%

R = 23.71%
G = 37.32%
B = 38.97%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#659FA6 (or 0x659FA6) is known color: Cadet Blue. HEX triplet: 65, 9F and A6. RGB value is (101,159,166). Sum of RGB (Red+Green+Blue) = 101+159+166=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 166 - color contains mainly: blue. Hex color #659FA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659FA6 is #9A6059. Grayscale: #8E8E8E. Windows color (decimal): -10117210 or 10919781. OLE color: 10919781.

HSL color Cylindrical-coordinate representation of color #659FA6: hue angle of 186.46º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #659FA6 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 159 166 -
CMYK 0.39 0.04 0 0.35
HSL 186.46º 0.27% 0.52% -
HSV(B) 186.46º 0.39% 0.65% -
XYZ 24.65 30.32 40.63 -
YUV 142.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 101 159 166 0.39 0.04 0 0.35 186.46 0.27 0.52
Hex 65 9F A6 27 4 0 23 BA 1B 34
Octal 145 237 246 47 4 0 43 272 33 64
Binary 1100101 10011111 10100110 100111 100 0 100011 10111010 11011 110100

Color Harmonies of #659FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659FA6

Black with #659FA6

Text Example


Text Example

White with #659FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659FA6; }

 p { color: rgb(101,159,166); }

 H1.HeaderClassName
 {
   color: #659FA6;
 }
 .AnyTagClassName
 {
   color: #659FA6;
 }
</style>

background-color css

<style>
 a { background-color: #659FA6; }

 a { background-color: rgb(101,159,166); }

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

border-color css

<style>
 span { border-color: #659FA6; }

 span { border-color: rgb(101,159,166); }

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