Html Css Color HEX #64248A Kingfisher Daisy

📋 copy color: '#64248A'

red 100 ◦ green 36 ◦ blue 138

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

Shades of Kingfisher Daisy #64248A

Tints of Kingfisher Daisy #64248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

 BLUE value IS 138 (54.3% from 255) = 50.36%

R = 36.5%
G = 13.14%
B = 50.36%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#64248A (or 0x64248A) is known color: Kingfisher Daisy. HEX triplet: 64, 24 and 8A. RGB value is (100,36,138). Sum of RGB (Red+Green+Blue) = 100+36+138=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #64248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64248A is #9BDB75. Grayscale: #424242. Windows color (decimal): -10214262 or 9053284. OLE color: 9053284.

HSL color Cylindrical-coordinate representation of color #64248A: hue angle of 277.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64248A is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 36 138 -
CMYK 0.28 0.74 0 0.46
HSL 277.65º 0.59% 0.34% -
HSV(B) 277.65º 0.74% 0.54% -
XYZ 10.47 5.81 24.61 -
YUV 66.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 100 36 138 0.28 0.74 0 0.46 277.65 0.59 0.34
Hex 64 24 8A 1C 4A 0 2E 116 3B 22
Octal 144 44 212 34 112 0 56 426 73 42
Binary 1100100 100100 10001010 11100 1001010 0 101110 100010110 111011 100010

Color Harmonies of #64248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64248A

Black with #64248A

Text Example


Text Example

White with #64248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64248A; }

 p { color: rgb(100,36,138); }

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

background-color css

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

 a { background-color: rgb(100,36,138); }

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

border-color css

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

 span { border-color: rgb(100,36,138); }

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