Html Css Color HEX #659CA4 Cadet Blue

📋 copy color: '#659CA4'

red 101 ◦ green 156 ◦ blue 164

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

Shades of Cadet Blue #659CA4

Tints of Cadet Blue #659CA4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.05%

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

R = 23.99%
G = 37.05%
B = 38.95%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#659CA4 (or 0x659CA4) is known color: Cadet Blue. HEX triplet: 65, 9C and A4. RGB value is (101,156,164). Sum of RGB (Red+Green+Blue) = 101+156+164=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #659CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659CA4 is #9A635B. Grayscale: #8C8C8C. Windows color (decimal): -10117980 or 10787941. OLE color: 10787941.

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

Color convert

RGB 101 156 164 -
CMYK 0.38 0.05 0 0.36
HSL 187.62º 0.26% 0.52% -
HSV(B) 187.62º 0.38% 0.64% -
XYZ 23.96 29.22 39.5 -
YUV 140.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 101 156 164 0.38 0.05 0 0.36 187.62 0.26 0.52
Hex 65 9C A4 26 5 0 24 BC 1A 34
Octal 145 234 244 46 5 0 44 274 32 64
Binary 1100101 10011100 10100100 100110 101 0 100100 10111100 11010 110100

Color Harmonies of #659CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659CA4

Black with #659CA4

Text Example


Text Example

White with #659CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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