Html Css Color HEX #642684 Kingfisher Daisy

📋 copy color: '#642684'

red 100 ◦ green 38 ◦ blue 132

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

Shades of Kingfisher Daisy #642684

Tints of Kingfisher Daisy #642684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 37.04%
G = 14.07%
B = 48.89%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#642684 (or 0x642684) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 84. RGB value is (100,38,132). Sum of RGB (Red+Green+Blue) = 100+38+132=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #642684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642684 is #9BD97B. Grayscale: #424242. Windows color (decimal): -10213756 or 8660580. OLE color: 8660580.

HSL color Cylindrical-coordinate representation of color #642684: hue angle of 279.57º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642684 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 38 132 -
CMYK 0.24 0.71 0 0.48
HSL 279.57º 0.55% 0.33% -
HSV(B) 279.57º 0.71% 0.52% -
XYZ 10.11 5.76 22.41 -
YUV 67.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 100 38 132 0.24 0.71 0 0.48 279.57 0.55 0.33
Hex 64 26 84 18 47 0 30 118 37 21
Octal 144 46 204 30 107 0 60 430 67 41
Binary 1100100 100110 10000100 11000 1000111 0 110000 100011000 110111 100001

Color Harmonies of #642684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642684

Black with #642684

Text Example


Text Example

White with #642684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642684; }

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

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

background-color css

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

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

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

border-color css

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

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

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