Html Css Color HEX #659994 Cadet Blue

📋 copy color: '#659994'

red 101 ◦ green 153 ◦ blue 148

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

Shades of Cadet Blue #659994

Tints of Cadet Blue #659994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.06%

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 25.12%
G = 38.06%
B = 36.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#659994 (or 0x659994) is known color: Cadet Blue. HEX triplet: 65, 99 and 94. RGB value is (101,153,148). Sum of RGB (Red+Green+Blue) = 101+153+148=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #659994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659994 is #9A666B. Grayscale: #888888. Windows color (decimal): -10118764 or 9738597. OLE color: 9738597.

HSL color Cylindrical-coordinate representation of color #659994: hue angle of 174.23º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659994 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 148 -
CMYK 0.34 0 0.03 0.4
HSL 174.23º 0.2% 0.5% -
HSV(B) 174.23º 0.34% 0.6% -
XYZ 22.1 27.69 32.2 -
YUV 136.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 101 153 148 0.34 0 0.03 0.4 174.23 0.2 0.5
Hex 65 99 94 22 0 3 28 AE 14 32
Octal 145 231 224 42 0 3 50 256 24 62
Binary 1100101 10011001 10010100 100010 0 11 101000 10101110 10100 110010

Color Harmonies of #659994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659994

Black with #659994

Text Example


Text Example

White with #659994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659994; }

 p { color: rgb(101,153,148); }

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

background-color css

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

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

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

border-color css

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

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

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