Html Css Color HEX #642682 Kingfisher Daisy

📋 copy color: '#642682'

red 100 ◦ green 38 ◦ blue 130

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

Shades of Kingfisher Daisy #642682

Tints of Kingfisher Daisy #642682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 37.31%
G = 14.18%
B = 48.51%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#642682 (or 0x642682) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 82. RGB value is (100,38,130). Sum of RGB (Red+Green+Blue) = 100+38+130=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #642682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642682 is #9BD97D. Grayscale: #424242. Windows color (decimal): -10213758 or 8529508. OLE color: 8529508.

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

Color convert

RGB 100 38 130 -
CMYK 0.23 0.71 0 0.49
HSL 280.43º 0.55% 0.33% -
HSV(B) 280.43º 0.71% 0.51% -
XYZ 9.98 5.71 21.69 -
YUV 67.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 100 38 130 0.23 0.71 0 0.49 280.43 0.55 0.33
Hex 64 26 82 17 47 0 31 118 37 21
Octal 144 46 202 27 107 0 61 430 67 41
Binary 1100100 100110 10000010 10111 1000111 0 110001 100011000 110111 100001

Color Harmonies of #642682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642682

Black with #642682

Text Example


Text Example

White with #642682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642682; }

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

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

background-color css

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

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

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

border-color css

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

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

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