Html Css Color HEX #659AA2 Cadet Blue

📋 copy color: '#659AA2'

red 101 ◦ green 154 ◦ blue 162

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

Shades of Cadet Blue #659AA2

Tints of Cadet Blue #659AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.85%

R = 24.22%
G = 36.93%
B = 38.85%

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

#659AA2 (or 0x659AA2) is known color: Cadet Blue. HEX triplet: 65, 9A and A2. RGB value is (101,154,162). Sum of RGB (Red+Green+Blue) = 101+154+162=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #659AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659AA2 is #9A655D. Grayscale: #8A8A8A. Windows color (decimal): -10118494 or 10656357. OLE color: 10656357.

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

Color convert

RGB 101 154 162 -
CMYK 0.38 0.05 0 0.36
HSL 187.87º 0.25% 0.52% -
HSV(B) 187.87º 0.38% 0.64% -
XYZ 23.44 28.49 38.45 -
YUV 139.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 101 154 162 0.38 0.05 0 0.36 187.87 0.25 0.52
Hex 65 9A A2 26 5 0 24 BC 19 34
Octal 145 232 242 46 5 0 44 274 31 64
Binary 1100101 10011010 10100010 100110 101 0 100100 10111100 11001 110100

Color Harmonies of #659AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659AA2

Black with #659AA2

Text Example


Text Example

White with #659AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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