Html Css Color HEX #64267F Kingfisher Daisy

📋 copy color: '#64267F'

red 100 ◦ green 38 ◦ blue 127

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

Shades of Kingfisher Daisy #64267F

Tints of Kingfisher Daisy #64267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.34%

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

R = 37.74%
G = 14.34%
B = 47.92%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64267F (or 0x64267F) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 7F. RGB value is (100,38,127). Sum of RGB (Red+Green+Blue) = 100+38+127=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #64267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64267F is #9BD980. Grayscale: #424242. Windows color (decimal): -10213761 or 8332900. OLE color: 8332900.

HSL color Cylindrical-coordinate representation of color #64267F: hue angle of 281.8º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64267F is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 38 127 -
CMYK 0.21 0.70 0 0.50
HSL 281.8º 0.54% 0.32% -
HSV(B) 281.8º 0.7% 0.5% -
XYZ 9.78 5.63 20.65 -
YUV 66.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 100 38 127 0.21 0.70 0 0.50 281.8 0.54 0.32
Hex 64 26 7F 15 46 0 32 11A 36 20
Octal 144 46 177 25 106 0 62 432 66 40
Binary 1100100 100110 1111111 10101 1000110 0 110010 100011010 110110 100000

Color Harmonies of #64267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64267F

Black with #64267F

Text Example


Text Example

White with #64267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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