Html Css Color HEX #64268D Kingfisher Daisy

📋 copy color: '#64268D'

red 100 ◦ green 38 ◦ blue 141

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

Shades of Kingfisher Daisy #64268D

Tints of Kingfisher Daisy #64268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

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

R = 35.84%
G = 13.62%
B = 50.54%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64268D (or 0x64268D) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 8D. RGB value is (100,38,141). Sum of RGB (Red+Green+Blue) = 100+38+141=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #64268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64268D is #9BD972. Grayscale: #434343. Windows color (decimal): -10213747 or 9250404. OLE color: 9250404.

HSL color Cylindrical-coordinate representation of color #64268D: hue angle of 276.12º 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 #64268D is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 38 141 -
CMYK 0.29 0.73 0 0.45
HSL 276.12º 0.58% 0.35% -
HSV(B) 276.12º 0.73% 0.55% -
XYZ 10.76 6.02 25.79 -
YUV 68.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 100 38 141 0.29 0.73 0 0.45 276.12 0.58 0.35
Hex 64 26 8D 1D 49 0 2D 114 3A 23
Octal 144 46 215 35 111 0 55 424 72 43
Binary 1100100 100110 10001101 11101 1001001 0 101101 100010100 111010 100011

Color Harmonies of #64268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64268D

Black with #64268D

Text Example


Text Example

White with #64268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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