Html Css Color HEX #659DA4 Cadet Blue

📋 copy color: '#659DA4'

red 101 ◦ green 157 ◦ blue 164

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

Shades of Cadet Blue #659DA4

Tints of Cadet Blue #659DA4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.2%

 BLUE value IS 164 (64.45% from 255) = 38.86%

R = 23.93%
G = 37.2%
B = 38.86%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#659DA4 (or 0x659DA4) is known color: Cadet Blue. HEX triplet: 65, 9D and A4. RGB value is (101,157,164). Sum of RGB (Red+Green+Blue) = 101+157+164=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #659DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659DA4 is #9A625B. Grayscale: #8C8C8C. Windows color (decimal): -10117724 or 10788197. OLE color: 10788197.

HSL color Cylindrical-coordinate representation of color #659DA4: hue angle of 186.67º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #659DA4 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 157 164 -
CMYK 0.38 0.04 0 0.36
HSL 186.67º 0.26% 0.52% -
HSV(B) 186.67º 0.38% 0.64% -
XYZ 24.12 29.56 39.56 -
YUV 141.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 101 157 164 0.38 0.04 0 0.36 186.67 0.26 0.52
Hex 65 9D A4 26 4 0 24 BB 1A 34
Octal 145 235 244 46 4 0 44 273 32 64
Binary 1100101 10011101 10100100 100110 100 0 100100 10111011 11010 110100

Color Harmonies of #659DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659DA4

Black with #659DA4

Text Example


Text Example

White with #659DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,157,164); }

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

background-color css

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

 a { background-color: rgb(101,157,164); }

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

border-color css

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

 span { border-color: rgb(101,157,164); }

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