Html Css Color HEX #64258A Kingfisher Daisy

📋 copy color: '#64258A'

red 100 ◦ green 37 ◦ blue 138

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

Shades of Kingfisher Daisy #64258A

Tints of Kingfisher Daisy #64258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 36.36%
G = 13.45%
B = 50.18%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#64258A (or 0x64258A) is known color: Kingfisher Daisy. HEX triplet: 64, 25 and 8A. RGB value is (100,37,138). Sum of RGB (Red+Green+Blue) = 100+37+138=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #64258A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64258A is #9BDA75. Grayscale: #434343. Windows color (decimal): -10214006 or 9053540. OLE color: 9053540.

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

Color convert

RGB 100 37 138 -
CMYK 0.28 0.73 0 0.46
HSL 277.43º 0.58% 0.34% -
HSV(B) 277.43º 0.73% 0.54% -
XYZ 10.5 5.87 24.62 -
YUV 67.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 100 37 138 0.28 0.73 0 0.46 277.43 0.58 0.34
Hex 64 25 8A 1C 49 0 2E 115 3A 22
Octal 144 45 212 34 111 0 56 425 72 42
Binary 1100100 100101 10001010 11100 1001001 0 101110 100010101 111010 100010

Color Harmonies of #64258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64258A

Black with #64258A

Text Example


Text Example

White with #64258A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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