Html Css Color HEX #619A99 Cadet Blue

📋 copy color: '#619A99'

red 97 ◦ green 154 ◦ blue 153

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

Shades of Cadet Blue #619A99

Tints of Cadet Blue #619A99

RGB

 RED value IS 97 (38.28% from 255) = 24.01%

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

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 24.01%
G = 38.12%
B = 37.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#619A99 (or 0x619A99) is known color: Cadet Blue. HEX triplet: 61, 9A and 99. RGB value is (97,154,153). Sum of RGB (Red+Green+Blue) = 97+154+153=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 154 - color contains mainly: green. Hex color #619A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619A99 is #9E6566. Grayscale: #888888. Windows color (decimal): -10380647 or 10066529. OLE color: 10066529.

HSL color Cylindrical-coordinate representation of color #619A99: hue angle of 178.95º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619A99 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 154 153 -
CMYK 0.37 0 0.01 0.40
HSL 178.95º 0.23% 0.49% -
HSV(B) 178.95º 0.37% 0.6% -
XYZ 22.24 27.95 34.36 -
YUV 136.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 97 154 153 0.37 0 0.01 0.40 178.95 0.23 0.49
Hex 61 9A 99 25 0 1 28 B3 17 31
Octal 141 232 231 45 0 1 50 263 27 61
Binary 1100001 10011010 10011001 100101 0 1 101000 10110011 10111 110001

Color Harmonies of #619A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619A99

Black with #619A99

Text Example


Text Example

White with #619A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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