Html Css Color HEX #634358 Finn

📋 copy color: '#634358'

red 99 ◦ green 67 ◦ blue 88

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

Shades of Finn #634358

Tints of Finn #634358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 38.98%
G = 26.38%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#634358 (or 0x634358) is known color: Finn. HEX triplet: 63, 43 and 58. RGB value is (99,67,88). Sum of RGB (Red+Green+Blue) = 99+67+88=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #634358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634358 is #9CBCA7. Grayscale: #4E4E4E. Windows color (decimal): -10271912 or 5784419. OLE color: 5784419.

HSL color Cylindrical-coordinate representation of color #634358: hue angle of 320.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #634358 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 67 88 -
CMYK 0 0.32 0.11 0.61
HSL 320.63º 0.19% 0.33% -
HSV(B) 320.63º 0.32% 0.39% -
XYZ 8.91 7.37 10.19 -
YUV 78.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 99 67 88 0 0.32 0.11 0.61 320.63 0.19 0.33
Hex 63 43 58 0 20 B 3D 141 13 21
Octal 143 103 130 0 40 13 75 501 23 41
Binary 1100011 1000011 1011000 0 100000 1011 111101 101000001 10011 100001

Color Harmonies of #634358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634358

Black with #634358

Text Example


Text Example

White with #634358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634358; }

 p { color: rgb(99,67,88); }

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

background-color css

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

 a { background-color: rgb(99,67,88); }

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

border-color css

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

 span { border-color: rgb(99,67,88); }

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