Html Css Color HEX #643285 Kingfisher Daisy

📋 copy color: '#643285'

red 100 ◦ green 50 ◦ blue 133

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

Shades of Kingfisher Daisy #643285

Tints of Kingfisher Daisy #643285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

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

R = 35.34%
G = 17.67%
B = 47%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#643285 (or 0x643285) is known color: Kingfisher Daisy. HEX triplet: 64, 32 and 85. RGB value is (100,50,133). Sum of RGB (Red+Green+Blue) = 100+50+133=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #643285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643285 is #9BCD7A. Grayscale: #4A4A4A. Windows color (decimal): -10210683 or 8729188. OLE color: 8729188.

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

Color convert

RGB 100 50 133 -
CMYK 0.25 0.62 0 0.48
HSL 276.14º 0.45% 0.36% -
HSV(B) 276.14º 0.62% 0.52% -
XYZ 10.63 6.68 22.92 -
YUV 74.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 100 50 133 0.25 0.62 0 0.48 276.14 0.45 0.36
Hex 64 32 85 19 3E 0 30 114 2D 24
Octal 144 62 205 31 76 0 60 424 55 44
Binary 1100100 110010 10000101 11001 111110 0 110000 100010100 101101 100100

Color Harmonies of #643285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643285

Black with #643285

Text Example


Text Example

White with #643285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643285; }

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

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

background-color css

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

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

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

border-color css

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

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

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