Html Css Color HEX #642685 Kingfisher Daisy

📋 copy color: '#642685'

red 100 ◦ green 38 ◦ blue 133

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

Shades of Kingfisher Daisy #642685

Tints of Kingfisher Daisy #642685

RGB

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

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

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

R = 36.9%
G = 14.02%
B = 49.08%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#642685 (or 0x642685) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 85. RGB value is (100,38,133). Sum of RGB (Red+Green+Blue) = 100+38+133=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #642685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642685 is #9BD97A. Grayscale: #434343. Windows color (decimal): -10213755 or 8726116. OLE color: 8726116.

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

Color convert

RGB 100 38 133 -
CMYK 0.25 0.71 0 0.48
HSL 279.16º 0.56% 0.34% -
HSV(B) 279.16º 0.71% 0.52% -
XYZ 10.18 5.79 22.77 -
YUV 67.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 100 38 133 0.25 0.71 0 0.48 279.16 0.56 0.34
Hex 64 26 85 19 47 0 30 117 38 22
Octal 144 46 205 31 107 0 60 427 70 42
Binary 1100100 100110 10000101 11001 1000111 0 110000 100010111 111000 100010

Color Harmonies of #642685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642685

Black with #642685

Text Example


Text Example

White with #642685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642685; }

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

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

background-color css

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

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

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

border-color css

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

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

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