Html Css Color HEX #63A295 Keppel

📋 copy color: '#63A295'

red 99 ◦ green 162 ◦ blue 149

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

Shades of Keppel #63A295

Tints of Keppel #63A295

RGB

 RED value IS 99 (39.06% from 255) = 24.15%

 GREEN value IS 162 (63.67% from 255) = 39.51%

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 24.15%
G = 39.51%
B = 36.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#63A295 (or 0x63A295) is known color: Keppel. HEX triplet: 63, A2 and 95. RGB value is (99,162,149). Sum of RGB (Red+Green+Blue) = 99+162+149=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #63A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A295 is #9C5D6A. Grayscale: #8D8D8D. Windows color (decimal): -10247531 or 9806435. OLE color: 9806435.

HSL color Cylindrical-coordinate representation of color #63A295: hue angle of 167.62º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A295 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 162 149 -
CMYK 0.39 0 0.08 0.36
HSL 167.62º 0.25% 0.51% -
HSV(B) 167.62º 0.39% 0.64% -
XYZ 23.49 30.66 33.11 -
YUV 141.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 99 162 149 0.39 0 0.08 0.36 167.62 0.25 0.51
Hex 63 A2 95 27 0 8 24 A8 19 33
Octal 143 242 225 47 0 10 44 250 31 63
Binary 1100011 10100010 10010101 100111 0 1000 100100 10101000 11001 110011

Color Harmonies of #63A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A295

Black with #63A295

Text Example


Text Example

White with #63A295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63A295; }

 p { color: rgb(99,162,149); }

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

background-color css

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

 a { background-color: rgb(99,162,149); }

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

border-color css

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

 span { border-color: rgb(99,162,149); }

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