Html Css Color HEX #64447F Kingfisher Daisy

📋 copy color: '#64447F'

red 100 ◦ green 68 ◦ blue 127

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

Shades of Kingfisher Daisy #64447F

Tints of Kingfisher Daisy #64447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

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

R = 33.9%
G = 23.05%
B = 43.05%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64447F (or 0x64447F) is known color: Kingfisher Daisy. HEX triplet: 64, 44 and 7F. RGB value is (100,68,127). Sum of RGB (Red+Green+Blue) = 100+68+127=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #64447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64447F is #9BBB80. Grayscale: #545454. Windows color (decimal): -10206081 or 8340580. OLE color: 8340580.

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

Color convert

RGB 100 68 127 -
CMYK 0.21 0.46 0 0.50
HSL 272.54º 0.3% 0.38% -
HSV(B) 272.54º 0.46% 0.5% -
XYZ 11.15 8.38 21.11 -
YUV 84.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 100 68 127 0.21 0.46 0 0.50 272.54 0.3 0.38
Hex 64 44 7F 15 2E 0 32 111 1E 26
Octal 144 104 177 25 56 0 62 421 36 46
Binary 1100100 1000100 1111111 10101 101110 0 110010 100010001 11110 100110

Color Harmonies of #64447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64447F

Black with #64447F

Text Example


Text Example

White with #64447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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