Html Css Color HEX #619593 Half Baked

📋 copy color: '#619593'

red 97 ◦ green 149 ◦ blue 147

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

Shades of Half Baked #619593

Tints of Half Baked #619593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 147 (57.81% from 255) = 37.4%

R = 24.68%
G = 37.91%
B = 37.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#619593 (or 0x619593) is known color: Half Baked. HEX triplet: 61, 95 and 93. RGB value is (97,149,147). Sum of RGB (Red+Green+Blue) = 97+149+147=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #619593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619593 is #9E6A6C. Grayscale: #858585. Windows color (decimal): -10381933 or 9672033. OLE color: 9672033.

HSL color Cylindrical-coordinate representation of color #619593: hue angle of 177.69º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619593 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 149 147 -
CMYK 0.35 0 0.01 0.42
HSL 177.69º 0.21% 0.48% -
HSV(B) 177.69º 0.35% 0.58% -
XYZ 20.94 26.14 31.55 -
YUV 133.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 97 149 147 0.35 0 0.01 0.42 177.69 0.21 0.48
Hex 61 95 93 23 0 1 2A B2 15 30
Octal 141 225 223 43 0 1 52 262 25 60
Binary 1100001 10010101 10010011 100011 0 1 101010 10110010 10101 110000

Color Harmonies of #619593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619593

Black with #619593

Text Example


Text Example

White with #619593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619593; }

 p { color: rgb(97,149,147); }

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

background-color css

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

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

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

border-color css

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

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

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