Html Css Color HEX #618888 Half Baked

📋 copy color: '#618888'

red 97 ◦ green 136 ◦ blue 136

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

Shades of Half Baked #618888

Tints of Half Baked #618888

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 26.29%
G = 36.86%
B = 36.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#618888 (or 0x618888) is known color: Half Baked. HEX triplet: 61, 88 and 88. RGB value is (97,136,136). Sum of RGB (Red+Green+Blue) = 97+136+136=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #618888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618888 is #9E7777. Grayscale: #7C7C7C. Windows color (decimal): -10385272 or 8947809. OLE color: 8947809.

HSL color Cylindrical-coordinate representation of color #618888: hue angle of 180º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618888 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 136 136 -
CMYK 0.29 0 0 0.47
HSL 180º 0.17% 0.46% -
HSV(B) 180º 0.29% 0.53% -
XYZ 18.18 21.93 26.57 -
YUV 124.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 97 136 136 0.29 0 0 0.47 180 0.17 0.46
Hex 61 88 88 1D 0 0 2F B4 11 2E
Octal 141 210 210 35 0 0 57 264 21 56
Binary 1100001 10001000 10001000 11101 0 0 101111 10110100 10001 101110

Color Harmonies of #618888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618888

Black with #618888

Text Example


Text Example

White with #618888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618888; }

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

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

background-color css

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

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

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

border-color css

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

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

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