Html Css Color HEX #642284 Kingfisher Daisy

📋 copy color: '#642284'

red 100 ◦ green 34 ◦ blue 132

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

Shades of Kingfisher Daisy #642284

Tints of Kingfisher Daisy #642284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

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

R = 37.59%
G = 12.78%
B = 49.62%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#642284 (or 0x642284) is known color: Kingfisher Daisy. HEX triplet: 64, 22 and 84. RGB value is (100,34,132). Sum of RGB (Red+Green+Blue) = 100+34+132=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #642284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642284 is #9BDD7B. Grayscale: #404040. Windows color (decimal): -10214780 or 8659556. OLE color: 8659556.

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

Color convert

RGB 100 34 132 -
CMYK 0.24 0.74 0 0.48
HSL 280.41º 0.59% 0.33% -
HSV(B) 280.41º 0.74% 0.52% -
XYZ 9.99 5.52 22.37 -
YUV 64.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 100 34 132 0.24 0.74 0 0.48 280.41 0.59 0.33
Hex 64 22 84 18 4A 0 30 118 3B 21
Octal 144 42 204 30 112 0 60 430 73 41
Binary 1100100 100010 10000100 11000 1001010 0 110000 100011000 111011 100001

Color Harmonies of #642284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642284

Black with #642284

Text Example


Text Example

White with #642284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642284; }

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

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

background-color css

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

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

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

border-color css

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

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

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