Html Css Color HEX #643385 Kingfisher Daisy

📋 copy color: '#643385'

red 100 ◦ green 51 ◦ blue 133

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

Shades of Kingfisher Daisy #643385

Tints of Kingfisher Daisy #643385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.96%

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

R = 35.21%
G = 17.96%
B = 46.83%

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

#643385 (or 0x643385) is known color: Kingfisher Daisy. HEX triplet: 64, 33 and 85. RGB value is (100,51,133). Sum of RGB (Red+Green+Blue) = 100+51+133=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #643385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643385 is #9BCC7A. Grayscale: #4A4A4A. Windows color (decimal): -10210427 or 8729444. OLE color: 8729444.

HSL color Cylindrical-coordinate representation of color #643385: hue angle of 275.85º 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 #643385 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 51 133 -
CMYK 0.25 0.62 0 0.48
HSL 275.85º 0.45% 0.36% -
HSV(B) 275.85º 0.62% 0.52% -
XYZ 10.67 6.77 22.93 -
YUV 75 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 100 51 133 0.25 0.62 0 0.48 275.85 0.45 0.36
Hex 64 33 85 19 3E 0 30 114 2D 24
Octal 144 63 205 31 76 0 60 424 55 44
Binary 1100100 110011 10000101 11001 111110 0 110000 100010100 101101 100100

Color Harmonies of #643385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643385

Black with #643385

Text Example


Text Example

White with #643385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643385; }

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

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

background-color css

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

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

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

border-color css

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

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

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