Html Css Color HEX #642485 Kingfisher Daisy

📋 copy color: '#642485'

red 100 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #642485

Tints of Kingfisher Daisy #642485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 133 (52.34% from 255) = 49.44%

R = 37.17%
G = 13.38%
B = 49.44%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#642485 (or 0x642485) is known color: Kingfisher Daisy. HEX triplet: 64, 24 and 85. RGB value is (100,36,133). Sum of RGB (Red+Green+Blue) = 100+36+133=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #642485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642485 is #9BDB7A. Grayscale: #414141. Windows color (decimal): -10214267 or 8725604. OLE color: 8725604.

HSL color Cylindrical-coordinate representation of color #642485: hue angle of 279.59º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642485 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 36 133 -
CMYK 0.25 0.73 0 0.48
HSL 279.59º 0.57% 0.33% -
HSV(B) 279.59º 0.73% 0.52% -
XYZ 10.12 5.66 22.75 -
YUV 66.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 100 36 133 0.25 0.73 0 0.48 279.59 0.57 0.33
Hex 64 24 85 19 49 0 30 118 39 21
Octal 144 44 205 31 111 0 60 430 71 41
Binary 1100100 100100 10000101 11001 1001001 0 110000 100011000 111001 100001

Color Harmonies of #642485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642485

Black with #642485

Text Example


Text Example

White with #642485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642485; }

 p { color: rgb(100,36,133); }

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

background-color css

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

 a { background-color: rgb(100,36,133); }

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

border-color css

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

 span { border-color: rgb(100,36,133); }

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