Html Css Color HEX #642C89 Kingfisher Daisy

📋 copy color: '#642C89'

red 100 ◦ green 44 ◦ blue 137

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

Shades of Kingfisher Daisy #642C89

Tints of Kingfisher Daisy #642C89

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.66%

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 35.59%
G = 15.66%
B = 48.75%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#642C89 (or 0x642C89) is known color: Kingfisher Daisy. HEX triplet: 64, 2C and 89. RGB value is (100,44,137). Sum of RGB (Red+Green+Blue) = 100+44+137=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #642C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C89 is #9BD376. Grayscale: #474747. Windows color (decimal): -10212215 or 8989796. OLE color: 8989796.

HSL color Cylindrical-coordinate representation of color #642C89: hue angle of 276.13º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642C89 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 44 137 -
CMYK 0.27 0.68 0 0.46
HSL 276.13º 0.51% 0.35% -
HSV(B) 276.13º 0.68% 0.54% -
XYZ 10.67 6.32 24.32 -
YUV 71.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 100 44 137 0.27 0.68 0 0.46 276.13 0.51 0.35
Hex 64 2C 89 1B 44 0 2E 114 33 23
Octal 144 54 211 33 104 0 56 424 63 43
Binary 1100100 101100 10001001 11011 1000100 0 101110 100010100 110011 100011

Color Harmonies of #642C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642C89

Black with #642C89

Text Example


Text Example

White with #642C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,44,137); }

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

background-color css

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

 a { background-color: rgb(100,44,137); }

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

border-color css

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

 span { border-color: rgb(100,44,137); }

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