Html Css Color HEX #633482 Kingfisher Daisy

📋 copy color: '#633482'

red 99 ◦ green 52 ◦ blue 130

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

Shades of Kingfisher Daisy #633482

Tints of Kingfisher Daisy #633482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 35.23%
G = 18.51%
B = 46.26%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#633482 (or 0x633482) is known color: Kingfisher Daisy. HEX triplet: 63, 34 and 82. RGB value is (99,52,130). Sum of RGB (Red+Green+Blue) = 99+52+130=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #633482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633482 is #9CCB7D. Grayscale: #4A4A4A. Windows color (decimal): -10275710 or 8533091. OLE color: 8533091.

HSL color Cylindrical-coordinate representation of color #633482: hue angle of 276.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #633482 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 52 130 -
CMYK 0.24 0.60 0 0.49
HSL 276.15º 0.43% 0.36% -
HSV(B) 276.15º 0.6% 0.51% -
XYZ 10.4 6.72 21.87 -
YUV 74.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 99 52 130 0.24 0.60 0 0.49 276.15 0.43 0.36
Hex 63 34 82 18 3C 0 31 114 2B 24
Octal 143 64 202 30 74 0 61 424 53 44
Binary 1100011 110100 10000010 11000 111100 0 110001 100010100 101011 100100

Color Harmonies of #633482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633482

Black with #633482

Text Example


Text Example

White with #633482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633482; }

 p { color: rgb(99,52,130); }

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

background-color css

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

 a { background-color: rgb(99,52,130); }

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

border-color css

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

 span { border-color: rgb(99,52,130); }

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