Html Css Color HEX #64387F Kingfisher Daisy

📋 copy color: '#64387F'

red 100 ◦ green 56 ◦ blue 127

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

Shades of Kingfisher Daisy #64387F

Tints of Kingfisher Daisy #64387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

 BLUE value IS 127 (50% from 255) = 44.88%

R = 35.34%
G = 19.79%
B = 44.88%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64387F (or 0x64387F) is known color: Kingfisher Daisy. HEX triplet: 64, 38 and 7F. RGB value is (100,56,127). Sum of RGB (Red+Green+Blue) = 100+56+127=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #64387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64387F is #9BC780. Grayscale: #4D4D4D. Windows color (decimal): -10209153 or 8337508. OLE color: 8337508.

HSL color Cylindrical-coordinate representation of color #64387F: hue angle of 277.18º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64387F is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 56 127 -
CMYK 0.21 0.56 0 0.50
HSL 277.18º 0.39% 0.36% -
HSV(B) 277.18º 0.56% 0.5% -
XYZ 10.5 7.07 20.89 -
YUV 77.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 100 56 127 0.21 0.56 0 0.50 277.18 0.39 0.36
Hex 64 38 7F 15 38 0 32 115 27 24
Octal 144 70 177 25 70 0 62 425 47 44
Binary 1100100 111000 1111111 10101 111000 0 110010 100010101 100111 100100

Color Harmonies of #64387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64387F

Black with #64387F

Text Example


Text Example

White with #64387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64387F; }

 p { color: rgb(100,56,127); }

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

background-color css

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

 a { background-color: rgb(100,56,127); }

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

border-color css

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

 span { border-color: rgb(100,56,127); }

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