Html Css Color HEX #65999A Cadet Blue

📋 copy color: '#65999A'

red 101 ◦ green 153 ◦ blue 154

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

Shades of Cadet Blue #65999A

Tints of Cadet Blue #65999A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 24.75%
G = 37.5%
B = 37.75%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#65999A (or 0x65999A) is known color: Cadet Blue. HEX triplet: 65, 99 and 9A. RGB value is (101,153,154). Sum of RGB (Red+Green+Blue) = 101+153+154=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #65999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65999A is #9A6665. Grayscale: #898989. Windows color (decimal): -10118758 or 10131813. OLE color: 10131813.

HSL color Cylindrical-coordinate representation of color #65999A: hue angle of 181.13º degrees, saturation: 0.21, 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 #65999A is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 153 154 -
CMYK 0.34 0.01 0 0.40
HSL 181.13º 0.21% 0.5% -
HSV(B) 181.13º 0.34% 0.6% -
XYZ 22.59 27.88 34.76 -
YUV 137.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 101 153 154 0.34 0.01 0 0.40 181.13 0.21 0.5
Hex 65 99 9A 22 1 0 28 B5 15 32
Octal 145 231 232 42 1 0 50 265 25 62
Binary 1100101 10011001 10011010 100010 1 0 101000 10110101 10101 110010

Color Harmonies of #65999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65999A

Black with #65999A

Text Example


Text Example

White with #65999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65999A; }

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

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

background-color css

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

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

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

border-color css

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

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

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