Html Css Color HEX #619999 Cadet Blue

📋 copy color: '#619999'

red 97 ◦ green 153 ◦ blue 153

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

Shades of Cadet Blue #619999

Tints of Cadet Blue #619999

RGB

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

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

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

R = 24.07%
G = 37.97%
B = 37.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#619999 (or 0x619999) is known color: Cadet Blue. HEX triplet: 61, 99 and 99. RGB value is (97,153,153). Sum of RGB (Red+Green+Blue) = 97+153+153=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #619999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619999 is #9E6666. Grayscale: #888888. Windows color (decimal): -10380903 or 10066273. OLE color: 10066273.

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

Color convert

RGB 97 153 153 -
CMYK 0.37 0 0 0.4
HSL 180º 0.22% 0.49% -
HSV(B) 180º 0.37% 0.6% -
XYZ 22.07 27.62 34.31 -
YUV 136.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 97 153 153 0.37 0 0 0.4 180 0.22 0.49
Hex 61 99 99 25 0 0 28 B4 16 31
Octal 141 231 231 45 0 0 50 264 26 61
Binary 1100001 10011001 10011001 100101 0 0 101000 10110100 10110 110001

Color Harmonies of #619999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619999

Black with #619999

Text Example


Text Example

White with #619999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619999; }

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

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

background-color css

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

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

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

border-color css

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

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

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