Html Css Color HEX #659AA8 Cadet Blue

📋 copy color: '#659AA8'

red 101 ◦ green 154 ◦ blue 168

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

Shades of Cadet Blue #659AA8

Tints of Cadet Blue #659AA8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

 BLUE value IS 168 (66.02% from 255) = 39.72%

R = 23.88%
G = 36.41%
B = 39.72%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#659AA8 (or 0x659AA8) is known color: Cadet Blue. HEX triplet: 65, 9A and A8. RGB value is (101,154,168). Sum of RGB (Red+Green+Blue) = 101+154+168=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 168 - color contains mainly: blue. Hex color #659AA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659AA8 is #9A6557. Grayscale: #8B8B8B. Windows color (decimal): -10118488 or 11049573. OLE color: 11049573.

HSL color Cylindrical-coordinate representation of color #659AA8: hue angle of 192.54º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #659AA8 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 101 154 168 -
CMYK 0.40 0.08 0 0.34
HSL 192.54º 0.28% 0.53% -
HSV(B) 192.54º 0.4% 0.66% -
XYZ 23.99 28.71 41.32 -
YUV 139.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 101 154 168 0.40 0.08 0 0.34 192.54 0.28 0.53
Hex 65 9A A8 28 8 0 22 C1 1C 35
Octal 145 232 250 50 10 0 42 301 34 65
Binary 1100101 10011010 10101000 101000 1000 0 100010 11000001 11100 110101

Color Harmonies of #659AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659AA8

Black with #659AA8

Text Example


Text Example

White with #659AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,154,168); }

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

background-color css

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

 a { background-color: rgb(101,154,168); }

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

border-color css

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

 span { border-color: rgb(101,154,168); }

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