Html Css Color HEX #64348E Kingfisher Daisy

📋 copy color: '#64348E'

red 100 ◦ green 52 ◦ blue 142

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

Shades of Kingfisher Daisy #64348E

Tints of Kingfisher Daisy #64348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 34.01%
G = 17.69%
B = 48.3%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64348E (or 0x64348E) is known color: Kingfisher Daisy. HEX triplet: 64, 34 and 8E. RGB value is (100,52,142). Sum of RGB (Red+Green+Blue) = 100+52+142=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #64348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64348E is #9BCB71. Grayscale: #4C4C4C. Windows color (decimal): -10210162 or 9319524. OLE color: 9319524.

HSL color Cylindrical-coordinate representation of color #64348E: hue angle of 272º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64348E is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 52 142 -
CMYK 0.30 0.63 0 0.44
HSL 272º 0.46% 0.38% -
HSV(B) 272º 0.63% 0.56% -
XYZ 11.37 7.12 26.37 -
YUV 76.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 100 52 142 0.30 0.63 0 0.44 272 0.46 0.38
Hex 64 34 8E 1E 3F 0 2C 110 2E 26
Octal 144 64 216 36 77 0 54 420 56 46
Binary 1100100 110100 10001110 11110 111111 0 101100 100010000 101110 100110

Color Harmonies of #64348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64348E

Black with #64348E

Text Example


Text Example

White with #64348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64348E; }

 p { color: rgb(100,52,142); }

 H1.HeaderClassName
 {
   color: #64348E;
 }
 .AnyTagClassName
 {
   color: #64348E;
 }
</style>

background-color css

<style>
 a { background-color: #64348E; }

 a { background-color: rgb(100,52,142); }

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

border-color css

<style>
 span { border-color: #64348E; }

 span { border-color: rgb(100,52,142); }

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