Html Css Color HEX #659D9C Cadet Blue

📋 copy color: '#659D9C'

red 101 ◦ green 157 ◦ blue 156

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

Shades of Cadet Blue #659D9C

Tints of Cadet Blue #659D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 24.4%
G = 37.92%
B = 37.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#659D9C (or 0x659D9C) is known color: Cadet Blue. HEX triplet: 65, 9D and 9C. RGB value is (101,157,156). Sum of RGB (Red+Green+Blue) = 101+157+156=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #659D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D9C is #9A6263. Grayscale: #8C8C8C. Windows color (decimal): -10117732 or 10263909. OLE color: 10263909.

HSL color Cylindrical-coordinate representation of color #659D9C: hue angle of 178.93º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659D9C is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 157 156 -
CMYK 0.36 0 0.01 0.38
HSL 178.93º 0.22% 0.51% -
HSV(B) 178.93º 0.36% 0.62% -
XYZ 23.42 29.28 35.87 -
YUV 140.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 101 157 156 0.36 0 0.01 0.38 178.93 0.22 0.51
Hex 65 9D 9C 24 0 1 26 B3 16 33
Octal 145 235 234 44 0 1 46 263 26 63
Binary 1100101 10011101 10011100 100100 0 1 100110 10110011 10110 110011

Color Harmonies of #659D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659D9C

Black with #659D9C

Text Example


Text Example

White with #659D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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