Html Css Color HEX #642F84 Kingfisher Daisy

📋 copy color: '#642F84'

red 100 ◦ green 47 ◦ blue 132

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

Shades of Kingfisher Daisy #642F84

Tints of Kingfisher Daisy #642F84

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.85%

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

R = 35.84%
G = 16.85%
B = 47.31%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#642F84 (or 0x642F84) is known color: Kingfisher Daisy. HEX triplet: 64, 2F and 84. RGB value is (100,47,132). Sum of RGB (Red+Green+Blue) = 100+47+132=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #642F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642F84 is #9BD07B. Grayscale: #484848. Windows color (decimal): -10211452 or 8662884. OLE color: 8662884.

HSL color Cylindrical-coordinate representation of color #642F84: hue angle of 277.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #642F84 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 47 132 -
CMYK 0.24 0.64 0 0.48
HSL 277.41º 0.47% 0.35% -
HSV(B) 277.41º 0.64% 0.52% -
XYZ 10.44 6.41 22.52 -
YUV 72.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 100 47 132 0.24 0.64 0 0.48 277.41 0.47 0.35
Hex 64 2F 84 18 40 0 30 115 2F 23
Octal 144 57 204 30 100 0 60 425 57 43
Binary 1100100 101111 10000100 11000 1000000 0 110000 100010101 101111 100011

Color Harmonies of #642F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F84

Black with #642F84

Text Example


Text Example

White with #642F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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