Html Css Color HEX #659EA1 Cadet Blue

📋 copy color: '#659EA1'

red 101 ◦ green 158 ◦ blue 161

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

Shades of Cadet Blue #659EA1

Tints of Cadet Blue #659EA1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.62%

 BLUE value IS 161 (63.28% from 255) = 38.33%

R = 24.05%
G = 37.62%
B = 38.33%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#659EA1 (or 0x659EA1) is known color: Cadet Blue. HEX triplet: 65, 9E and A1. RGB value is (101,158,161). Sum of RGB (Red+Green+Blue) = 101+158+161=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 161 - color contains mainly: blue. Hex color #659EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659EA1 is #9A615E. Grayscale: #8D8D8D. Windows color (decimal): -10117471 or 10591845. OLE color: 10591845.

HSL color Cylindrical-coordinate representation of color #659EA1: hue angle of 183º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #659EA1 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 158 161 -
CMYK 0.37 0.02 0 0.37
HSL 183º 0.24% 0.51% -
HSV(B) 183º 0.37% 0.63% -
XYZ 24.03 29.79 38.2 -
YUV 141.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 101 158 161 0.37 0.02 0 0.37 183 0.24 0.51
Hex 65 9E A1 25 2 0 25 B7 18 33
Octal 145 236 241 45 2 0 45 267 30 63
Binary 1100101 10011110 10100001 100101 10 0 100101 10110111 11000 110011

Color Harmonies of #659EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659EA1

Black with #659EA1

Text Example


Text Example

White with #659EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,158,161); }

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

background-color css

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

 a { background-color: rgb(101,158,161); }

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

border-color css

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

 span { border-color: rgb(101,158,161); }

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