Html Css Color HEX #64198D Kingfisher Daisy

📋 copy color: '#64198D'

red 100 ◦ green 25 ◦ blue 141

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

Shades of Kingfisher Daisy #64198D

Tints of Kingfisher Daisy #64198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 37.59%
G = 9.4%
B = 53.01%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64198D (or 0x64198D) is known color: Kingfisher Daisy. HEX triplet: 64, 19 and 8D. RGB value is (100,25,141). Sum of RGB (Red+Green+Blue) = 100+25+141=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #64198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64198D is #9BE672. Grayscale: #3C3C3C. Windows color (decimal): -10217075 or 9247076. OLE color: 9247076.

HSL color Cylindrical-coordinate representation of color #64198D: hue angle of 278.79º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64198D is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 25 141 -
CMYK 0.29 0.82 0 0.45
HSL 278.79º 0.7% 0.33% -
HSV(B) 278.79º 0.82% 0.55% -
XYZ 10.41 5.33 25.68 -
YUV 60.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 100 25 141 0.29 0.82 0 0.45 278.79 0.7 0.33
Hex 64 19 8D 1D 52 0 2D 117 46 21
Octal 144 31 215 35 122 0 55 427 106 41
Binary 1100100 11001 10001101 11101 1010010 0 101101 100010111 1000110 100001

Color Harmonies of #64198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64198D

Black with #64198D

Text Example


Text Example

White with #64198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64198D; }

 p { color: rgb(100,25,141); }

 H1.HeaderClassName
 {
   color: #64198D;
 }
 .AnyTagClassName
 {
   color: #64198D;
 }
</style>

background-color css

<style>
 a { background-color: #64198D; }

 a { background-color: rgb(100,25,141); }

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

border-color css

<style>
 span { border-color: #64198D; }

 span { border-color: rgb(100,25,141); }

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