Html Css Color HEX #642786 Kingfisher Daisy

📋 copy color: '#642786'

red 100 ◦ green 39 ◦ blue 134

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

Shades of Kingfisher Daisy #642786

Tints of Kingfisher Daisy #642786

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.29%

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

R = 36.63%
G = 14.29%
B = 49.08%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#642786 (or 0x642786) is known color: Kingfisher Daisy. HEX triplet: 64, 27 and 86. RGB value is (100,39,134). Sum of RGB (Red+Green+Blue) = 100+39+134=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #642786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642786 is #9BD879. Grayscale: #434343. Windows color (decimal): -10213498 or 8791908. OLE color: 8791908.

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

Color convert

RGB 100 39 134 -
CMYK 0.25 0.71 0 0.47
HSL 278.53º 0.55% 0.34% -
HSV(B) 278.53º 0.71% 0.53% -
XYZ 10.28 5.88 23.15 -
YUV 68.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 100 39 134 0.25 0.71 0 0.47 278.53 0.55 0.34
Hex 64 27 86 19 47 0 2F 117 37 22
Octal 144 47 206 31 107 0 57 427 67 42
Binary 1100100 100111 10000110 11001 1000111 0 101111 100010111 110111 100010

Color Harmonies of #642786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642786

Black with #642786

Text Example


Text Example

White with #642786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642786; }

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

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

background-color css

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

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

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

border-color css

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

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

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