Html Css Color HEX #64287E Kingfisher Daisy

📋 copy color: '#64287E'

red 100 ◦ green 40 ◦ blue 126

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

Shades of Kingfisher Daisy #64287E

Tints of Kingfisher Daisy #64287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

 BLUE value IS 126 (49.61% from 255) = 47.37%

R = 37.59%
G = 15.04%
B = 47.37%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64287E (or 0x64287E) is known color: Kingfisher Daisy. HEX triplet: 64, 28 and 7E. RGB value is (100,40,126). Sum of RGB (Red+Green+Blue) = 100+40+126=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #64287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64287E is #9BD781. Grayscale: #434343. Windows color (decimal): -10213250 or 8267876. OLE color: 8267876.

HSL color Cylindrical-coordinate representation of color #64287E: hue angle of 281.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64287E is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 40 126 -
CMYK 0.21 0.68 0 0.51
HSL 281.86º 0.52% 0.33% -
HSV(B) 281.86º 0.68% 0.49% -
XYZ 9.78 5.73 20.33 -
YUV 67.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 100 40 126 0.21 0.68 0 0.51 281.86 0.52 0.33
Hex 64 28 7E 15 44 0 33 11A 34 21
Octal 144 50 176 25 104 0 63 432 64 41
Binary 1100100 101000 1111110 10101 1000100 0 110011 100011010 110100 100001

Color Harmonies of #64287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64287E

Black with #64287E

Text Example


Text Example

White with #64287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,40,126); }

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

background-color css

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

 a { background-color: rgb(100,40,126); }

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

border-color css

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

 span { border-color: rgb(100,40,126); }

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