Html Css Color HEX #634575 Honey Flower

📋 copy color: '#634575'

red 99 ◦ green 69 ◦ blue 117

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

Shades of Honey Flower #634575

Tints of Honey Flower #634575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 34.74%
G = 24.21%
B = 41.05%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#634575 (or 0x634575) is known color: Honey Flower. HEX triplet: 63, 45 and 75. RGB value is (99,69,117). Sum of RGB (Red+Green+Blue) = 99+69+117=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #634575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634575 is #9CBA8A. Grayscale: #535353. Windows color (decimal): -10271371 or 7685475. OLE color: 7685475.

HSL color Cylindrical-coordinate representation of color #634575: hue angle of 277.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #634575 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 69 117 -
CMYK 0.15 0.41 0 0.54
HSL 277.5º 0.26% 0.36% -
HSV(B) 277.5º 0.41% 0.46% -
XYZ 10.48 8.19 17.86 -
YUV 83.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 99 69 117 0.15 0.41 0 0.54 277.5 0.26 0.36
Hex 63 45 75 F 29 0 36 116 1A 24
Octal 143 105 165 17 51 0 66 426 32 44
Binary 1100011 1000101 1110101 1111 101001 0 110110 100010110 11010 100100

Color Harmonies of #634575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634575

Black with #634575

Text Example


Text Example

White with #634575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634575; }

 p { color: rgb(99,69,117); }

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

background-color css

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

 a { background-color: rgb(99,69,117); }

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

border-color css

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

 span { border-color: rgb(99,69,117); }

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