Html Css Color HEX #642D92 Kingfisher Daisy

📋 copy color: '#642D92'

red 100 ◦ green 45 ◦ blue 146

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

Shades of Kingfisher Daisy #642D92

Tints of Kingfisher Daisy #642D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 34.36%
G = 15.46%
B = 50.17%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#642D92 (or 0x642D92) is known color: Kingfisher Daisy. HEX triplet: 64, 2D and 92. RGB value is (100,45,146). Sum of RGB (Red+Green+Blue) = 100+45+146=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #642D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D92 is #9BD26D. Grayscale: #484848. Windows color (decimal): -10211950 or 9579876. OLE color: 9579876.

HSL color Cylindrical-coordinate representation of color #642D92: hue angle of 272.67º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642D92 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 45 146 -
CMYK 0.32 0.69 0 0.43
HSL 272.67º 0.53% 0.37% -
HSV(B) 272.67º 0.69% 0.57% -
XYZ 11.38 6.66 27.88 -
YUV 72.96 169.22 147.29 -
System Red Green Blue C M Y K H S L
Decimal 100 45 146 0.32 0.69 0 0.43 272.67 0.53 0.37
Hex 64 2D 92 20 45 0 2B 111 35 25
Octal 144 55 222 40 105 0 53 421 65 45
Binary 1100100 101101 10010010 100000 1000101 0 101011 100010001 110101 100101

Color Harmonies of #642D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642D92

Black with #642D92

Text Example


Text Example

White with #642D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,45,146); }

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

background-color css

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

 a { background-color: rgb(100,45,146); }

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

border-color css

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

 span { border-color: rgb(100,45,146); }

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