Html Css Color HEX #64258B Kingfisher Daisy

📋 copy color: '#64258B'

red 100 ◦ green 37 ◦ blue 139

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

Shades of Kingfisher Daisy #64258B

Tints of Kingfisher Daisy #64258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 36.23%
G = 13.41%
B = 50.36%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64258B (or 0x64258B) is known color: Kingfisher Daisy. HEX triplet: 64, 25 and 8B. RGB value is (100,37,139). Sum of RGB (Red+Green+Blue) = 100+37+139=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #64258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64258B is #9BDA74. Grayscale: #434343. Windows color (decimal): -10214005 or 9119076. OLE color: 9119076.

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

Color convert

RGB 100 37 139 -
CMYK 0.28 0.73 0 0.45
HSL 277.06º 0.58% 0.35% -
HSV(B) 277.06º 0.73% 0.55% -
XYZ 10.58 5.9 25.01 -
YUV 67.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 100 37 139 0.28 0.73 0 0.45 277.06 0.58 0.35
Hex 64 25 8B 1C 49 0 2D 115 3A 23
Octal 144 45 213 34 111 0 55 425 72 43
Binary 1100100 100101 10001011 11100 1001001 0 101101 100010101 111010 100011

Color Harmonies of #64258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64258B

Black with #64258B

Text Example


Text Example

White with #64258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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