#642F84

Color #642F84 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #642F84

Tints of Kingfisher Daisy #642F84

Color information

#642F84 (or 0x642F84) is unknown color: approx 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

RGB10047132-
CMYK0.240.6400.48
HSL277.41º47.49%35.1%-
HSV(B)277.41º64.39%51.76%-
XYZ10.446.4122.52-
YUV72.54161.56147.59-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100471320.240.6400.48277.4147.4935.1
Hex642F8418400301152f23
Octal14457204301000604255743
Binary1100100101111100001001100010000000110000100010101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>