Html Css Color HEX #64268E Kingfisher Daisy

📋 copy color: '#64268E'

red 100 ◦ green 38 ◦ blue 142

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

Shades of Kingfisher Daisy #64268E

Tints of Kingfisher Daisy #64268E

RGB

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

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

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

R = 35.71%
G = 13.57%
B = 50.71%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64268E (or 0x64268E) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 8E. RGB value is (100,38,142). Sum of RGB (Red+Green+Blue) = 100+38+142=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #64268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64268E is #9BD971. Grayscale: #444444. Windows color (decimal): -10213746 or 9315940. OLE color: 9315940.

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

Color convert

RGB 100 38 142 -
CMYK 0.30 0.73 0 0.44
HSL 275.77º 0.58% 0.35% -
HSV(B) 275.77º 0.73% 0.56% -
XYZ 10.83 6.05 26.19 -
YUV 68.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 100 38 142 0.30 0.73 0 0.44 275.77 0.58 0.35
Hex 64 26 8E 1E 49 0 2C 114 3A 23
Octal 144 46 216 36 111 0 54 424 72 43
Binary 1100100 100110 10001110 11110 1001001 0 101100 100010100 111010 100011

Color Harmonies of #64268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64268E

Black with #64268E

Text Example


Text Example

White with #64268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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