Html Css Color HEX #659F9F Cadet Blue

📋 copy color: '#659F9F'

red 101 ◦ green 159 ◦ blue 159

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

Shades of Cadet Blue #659F9F

Tints of Cadet Blue #659F9F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 24.11%
G = 37.95%
B = 37.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#659F9F (or 0x659F9F) is known color: Cadet Blue. HEX triplet: 65, 9F and 9F. RGB value is (101,159,159). Sum of RGB (Red+Green+Blue) = 101+159+159=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #659F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F9F is #9A6060. Grayscale: #8D8D8D. Windows color (decimal): -10117217 or 10461029. OLE color: 10461029.

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

Color convert

RGB 101 159 159 -
CMYK 0.36 0 0 0.38
HSL 180º 0.23% 0.51% -
HSV(B) 180º 0.36% 0.62% -
XYZ 24.02 30.07 37.34 -
YUV 141.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 101 159 159 0.36 0 0 0.38 180 0.23 0.51
Hex 65 9F 9F 24 0 0 26 B4 17 33
Octal 145 237 237 44 0 0 46 264 27 63
Binary 1100101 10011111 10011111 100100 0 0 100110 10110100 10111 110011

Color Harmonies of #659F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F9F

Black with #659F9F

Text Example


Text Example

White with #659F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,159,159); }

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

background-color css

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

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

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

border-color css

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

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

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