Html Css Color HEX #64248B Kingfisher Daisy

📋 copy color: '#64248B'

red 100 ◦ green 36 ◦ blue 139

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

Shades of Kingfisher Daisy #64248B

Tints of Kingfisher Daisy #64248B

RGB

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

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

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

R = 36.36%
G = 13.09%
B = 50.55%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64248B (or 0x64248B) is known color: Kingfisher Daisy. HEX triplet: 64, 24 and 8B. RGB value is (100,36,139). Sum of RGB (Red+Green+Blue) = 100+36+139=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #64248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64248B is #9BDB74. Grayscale: #424242. Windows color (decimal): -10214261 or 9118820. OLE color: 9118820.

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

Color convert

RGB 100 36 139 -
CMYK 0.28 0.74 0 0.45
HSL 277.28º 0.59% 0.34% -
HSV(B) 277.28º 0.74% 0.55% -
XYZ 10.55 5.84 25 -
YUV 66.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 100 36 139 0.28 0.74 0 0.45 277.28 0.59 0.34
Hex 64 24 8B 1C 4A 0 2D 115 3B 22
Octal 144 44 213 34 112 0 55 425 73 42
Binary 1100100 100100 10001011 11100 1001010 0 101101 100010101 111011 100010

Color Harmonies of #64248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64248B

Black with #64248B

Text Example


Text Example

White with #64248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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