Html Css Color HEX #64B698 Keppel

📋 copy color: '#64B698'

red 100 ◦ green 182 ◦ blue 152

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

Shades of Keppel #64B698

Tints of Keppel #64B698

RGB

 RED value IS 100 (39.45% from 255) = 23.04%

 GREEN value IS 182 (71.48% from 255) = 41.94%

 BLUE value IS 152 (59.77% from 255) = 35.02%

R = 23.04%
G = 41.94%
B = 35.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#64B698 (or 0x64B698) is known color: Keppel. HEX triplet: 64, B6 and 98. RGB value is (100,182,152). Sum of RGB (Red+Green+Blue) = 100+182+152=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #64B698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B698 is #9B4967. Grayscale: #9A9A9A. Windows color (decimal): -10176872 or 10008164. OLE color: 10008164.

HSL color Cylindrical-coordinate representation of color #64B698: hue angle of 158.05º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B698 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 182 152 -
CMYK 0.45 0 0.16 0.29
HSL 158.05º 0.36% 0.55% -
HSV(B) 158.05º 0.45% 0.71% -
XYZ 27.65 38.43 35.67 -
YUV 154.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 100 182 152 0.45 0 0.16 0.29 158.05 0.36 0.55
Hex 64 B6 98 2D 0 10 1D 9E 24 37
Octal 144 266 230 55 0 20 35 236 44 67
Binary 1100100 10110110 10011000 101101 0 10000 11101 10011110 100100 110111

Color Harmonies of #64B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B698

Black with #64B698

Text Example


Text Example

White with #64B698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64B698; }

 p { color: rgb(100,182,152); }

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

background-color css

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

 a { background-color: rgb(100,182,152); }

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

border-color css

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

 span { border-color: rgb(100,182,152); }

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