Html Css Color HEX #642385 Kingfisher Daisy

📋 copy color: '#642385'

red 100 ◦ green 35 ◦ blue 133

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

Shades of Kingfisher Daisy #642385

Tints of Kingfisher Daisy #642385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.06%

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

R = 37.31%
G = 13.06%
B = 49.63%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#642385 (or 0x642385) is known color: Kingfisher Daisy. HEX triplet: 64, 23 and 85. RGB value is (100,35,133). Sum of RGB (Red+Green+Blue) = 100+35+133=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #642385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642385 is #9BDC7A. Grayscale: #414141. Windows color (decimal): -10214523 or 8725348. OLE color: 8725348.

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

Color convert

RGB 100 35 133 -
CMYK 0.25 0.74 0 0.48
HSL 279.8º 0.58% 0.33% -
HSV(B) 279.8º 0.74% 0.52% -
XYZ 10.09 5.6 22.74 -
YUV 65.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 100 35 133 0.25 0.74 0 0.48 279.8 0.58 0.33
Hex 64 23 85 19 4A 0 30 118 3A 21
Octal 144 43 205 31 112 0 60 430 72 41
Binary 1100100 100011 10000101 11001 1001010 0 110000 100011000 111010 100001

Color Harmonies of #642385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642385

Black with #642385

Text Example


Text Example

White with #642385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642385; }

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

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

background-color css

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

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

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

border-color css

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

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

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