Html Css Color HEX #64348C Kingfisher Daisy

📋 copy color: '#64348C'

red 100 ◦ green 52 ◦ blue 140

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

Shades of Kingfisher Daisy #64348C

Tints of Kingfisher Daisy #64348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 34.25%
G = 17.81%
B = 47.95%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64348C (or 0x64348C) is known color: Kingfisher Daisy. HEX triplet: 64, 34 and 8C. RGB value is (100,52,140). Sum of RGB (Red+Green+Blue) = 100+52+140=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #64348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64348C is #9BCB73. Grayscale: #4C4C4C. Windows color (decimal): -10210164 or 9188452. OLE color: 9188452.

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

Color convert

RGB 100 52 140 -
CMYK 0.29 0.63 0 0.45
HSL 272.73º 0.46% 0.38% -
HSV(B) 272.73º 0.63% 0.55% -
XYZ 11.22 7.06 25.58 -
YUV 76.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 100 52 140 0.29 0.63 0 0.45 272.73 0.46 0.38
Hex 64 34 8C 1D 3F 0 2D 111 2E 26
Octal 144 64 214 35 77 0 55 421 56 46
Binary 1100100 110100 10001100 11101 111111 0 101101 100010001 101110 100110

Color Harmonies of #64348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64348C

Black with #64348C

Text Example


Text Example

White with #64348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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