Html Css Color HEX #64277F Kingfisher Daisy

📋 copy color: '#64277F'

red 100 ◦ green 39 ◦ blue 127

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

Shades of Kingfisher Daisy #64277F

Tints of Kingfisher Daisy #64277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

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

R = 37.59%
G = 14.66%
B = 47.74%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64277F (or 0x64277F) is known color: Kingfisher Daisy. HEX triplet: 64, 27 and 7F. RGB value is (100,39,127). Sum of RGB (Red+Green+Blue) = 100+39+127=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #64277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64277F is #9BD880. Grayscale: #424242. Windows color (decimal): -10213505 or 8333156. OLE color: 8333156.

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

Color convert

RGB 100 39 127 -
CMYK 0.21 0.69 0 0.50
HSL 281.59º 0.53% 0.33% -
HSV(B) 281.59º 0.69% 0.5% -
XYZ 9.81 5.69 20.66 -
YUV 67.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 100 39 127 0.21 0.69 0 0.50 281.59 0.53 0.33
Hex 64 27 7F 15 45 0 32 11A 35 21
Octal 144 47 177 25 105 0 62 432 65 41
Binary 1100100 100111 1111111 10101 1000101 0 110010 100011010 110101 100001

Color Harmonies of #64277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64277F

Black with #64277F

Text Example


Text Example

White with #64277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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