Html Css Color HEX #643085 Kingfisher Daisy

📋 copy color: '#643085'

red 100 ◦ green 48 ◦ blue 133

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

Shades of Kingfisher Daisy #643085

Tints of Kingfisher Daisy #643085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

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

R = 35.59%
G = 17.08%
B = 47.33%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#643085 (or 0x643085) is known color: Kingfisher Daisy. HEX triplet: 64, 30 and 85. RGB value is (100,48,133). Sum of RGB (Red+Green+Blue) = 100+48+133=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #643085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643085 is #9BCF7A. Grayscale: #484848. Windows color (decimal): -10211195 or 8728676. OLE color: 8728676.

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

Color convert

RGB 100 48 133 -
CMYK 0.25 0.64 0 0.48
HSL 276.71º 0.47% 0.35% -
HSV(B) 276.71º 0.64% 0.52% -
XYZ 10.55 6.52 22.89 -
YUV 73.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 100 48 133 0.25 0.64 0 0.48 276.71 0.47 0.35
Hex 64 30 85 19 40 0 30 115 2F 23
Octal 144 60 205 31 100 0 60 425 57 43
Binary 1100100 110000 10000101 11001 1000000 0 110000 100010101 101111 100011

Color Harmonies of #643085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643085

Black with #643085

Text Example


Text Example

White with #643085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643085; }

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

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

background-color css

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

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

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

border-color css

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

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

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