Html Css Color HEX #659BA4 Cadet Blue

📋 copy color: '#659BA4'

red 101 ◦ green 155 ◦ blue 164

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

Shades of Cadet Blue #659BA4

Tints of Cadet Blue #659BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

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

R = 24.05%
G = 36.9%
B = 39.05%

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

#659BA4 (or 0x659BA4) is known color: Cadet Blue. HEX triplet: 65, 9B and A4. RGB value is (101,155,164). Sum of RGB (Red+Green+Blue) = 101+155+164=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 164 - color contains mainly: blue. Hex color #659BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659BA4 is #9A645B. Grayscale: #8B8B8B. Windows color (decimal): -10118236 or 10787685. OLE color: 10787685.

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

Color convert

RGB 101 155 164 -
CMYK 0.38 0.05 0 0.36
HSL 188.57º 0.26% 0.52% -
HSV(B) 188.57º 0.38% 0.64% -
XYZ 23.79 28.89 39.44 -
YUV 139.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 101 155 164 0.38 0.05 0 0.36 188.57 0.26 0.52
Hex 65 9B A4 26 5 0 24 BD 1A 34
Octal 145 233 244 46 5 0 44 275 32 64
Binary 1100101 10011011 10100100 100110 101 0 100100 10111101 11010 110100

Color Harmonies of #659BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659BA4

Black with #659BA4

Text Example


Text Example

White with #659BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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