Html Css Color HEX #643F86 Kingfisher Daisy

📋 copy color: '#643F86'

red 100 ◦ green 63 ◦ blue 134

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

Shades of Kingfisher Daisy #643F86

Tints of Kingfisher Daisy #643F86

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

 BLUE value IS 134 (52.73% from 255) = 45.12%

R = 33.67%
G = 21.21%
B = 45.12%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#643F86 (or 0x643F86) is known color: Kingfisher Daisy. HEX triplet: 64, 3F and 86. RGB value is (100,63,134). Sum of RGB (Red+Green+Blue) = 100+63+134=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #643F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643F86 is #9BC079. Grayscale: #515151. Windows color (decimal): -10207354 or 8798052. OLE color: 8798052.

HSL color Cylindrical-coordinate representation of color #643F86: hue angle of 271.27º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #643F86 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 63 134 -
CMYK 0.25 0.53 0 0.47
HSL 271.27º 0.36% 0.39% -
HSV(B) 271.27º 0.53% 0.53% -
XYZ 11.34 7.99 23.5 -
YUV 82.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 100 63 134 0.25 0.53 0 0.47 271.27 0.36 0.39
Hex 64 3F 86 19 35 0 2F 10F 24 27
Octal 144 77 206 31 65 0 57 417 44 47
Binary 1100100 111111 10000110 11001 110101 0 101111 100001111 100100 100111

Color Harmonies of #643F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643F86

Black with #643F86

Text Example


Text Example

White with #643F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643F86; }

 p { color: rgb(100,63,134); }

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

background-color css

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

 a { background-color: rgb(100,63,134); }

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

border-color css

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

 span { border-color: rgb(100,63,134); }

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