Html Css Color HEX #643485 Kingfisher Daisy

📋 copy color: '#643485'

red 100 ◦ green 52 ◦ blue 133

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

Shades of Kingfisher Daisy #643485

Tints of Kingfisher Daisy #643485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 35.09%
G = 18.25%
B = 46.67%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#643485 (or 0x643485) is known color: Kingfisher Daisy. HEX triplet: 64, 34 and 85. RGB value is (100,52,133). Sum of RGB (Red+Green+Blue) = 100+52+133=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #643485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643485 is #9BCB7A. Grayscale: #4B4B4B. Windows color (decimal): -10210171 or 8729700. OLE color: 8729700.

HSL color Cylindrical-coordinate representation of color #643485: hue angle of 275.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #643485 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 52 133 -
CMYK 0.25 0.61 0 0.48
HSL 275.56º 0.44% 0.36% -
HSV(B) 275.56º 0.61% 0.52% -
XYZ 10.72 6.86 22.95 -
YUV 75.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 100 52 133 0.25 0.61 0 0.48 275.56 0.44 0.36
Hex 64 34 85 19 3D 0 30 114 2C 24
Octal 144 64 205 31 75 0 60 424 54 44
Binary 1100100 110100 10000101 11001 111101 0 110000 100010100 101100 100100

Color Harmonies of #643485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643485

Black with #643485

Text Example


Text Example

White with #643485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643485; }

 p { color: rgb(100,52,133); }

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

background-color css

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

 a { background-color: rgb(100,52,133); }

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

border-color css

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

 span { border-color: rgb(100,52,133); }

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