Html Css Color HEX #642886 Kingfisher Daisy

📋 copy color: '#642886'

red 100 ◦ green 40 ◦ blue 134

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

Shades of Kingfisher Daisy #642886

Tints of Kingfisher Daisy #642886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.91%

R = 36.5%
G = 14.6%
B = 48.91%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#642886 (or 0x642886) is known color: Kingfisher Daisy. HEX triplet: 64, 28 and 86. RGB value is (100,40,134). Sum of RGB (Red+Green+Blue) = 100+40+134=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #642886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642886 is #9BD779. Grayscale: #444444. Windows color (decimal): -10213242 or 8792164. OLE color: 8792164.

HSL color Cylindrical-coordinate representation of color #642886: hue angle of 278.3º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642886 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 40 134 -
CMYK 0.25 0.70 0 0.47
HSL 278.3º 0.54% 0.34% -
HSV(B) 278.3º 0.7% 0.53% -
XYZ 10.32 5.95 23.16 -
YUV 68.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 100 40 134 0.25 0.70 0 0.47 278.3 0.54 0.34
Hex 64 28 86 19 46 0 2F 116 36 22
Octal 144 50 206 31 106 0 57 426 66 42
Binary 1100100 101000 10000110 11001 1000110 0 101111 100010110 110110 100010

Color Harmonies of #642886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642886

Black with #642886

Text Example


Text Example

White with #642886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642886; }

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

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

background-color css

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

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

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

border-color css

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

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

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