Html Css Color HEX #642695 Kingfisher Daisy

📋 copy color: '#642695'

red 100 ◦ green 38 ◦ blue 149

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

Shades of Kingfisher Daisy #642695

Tints of Kingfisher Daisy #642695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 34.84%
G = 13.24%
B = 51.92%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642695 (or 0x642695) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 95. RGB value is (100,38,149). Sum of RGB (Red+Green+Blue) = 100+38+149=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #642695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642695 is #9BD96A. Grayscale: #444444. Windows color (decimal): -10213739 or 9774692. OLE color: 9774692.

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

Color convert

RGB 100 38 149 -
CMYK 0.33 0.74 0 0.42
HSL 273.51º 0.59% 0.37% -
HSV(B) 273.51º 0.74% 0.58% -
XYZ 11.37 6.27 29.04 -
YUV 69.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 100 38 149 0.33 0.74 0 0.42 273.51 0.59 0.37
Hex 64 26 95 21 4A 0 2A 112 3B 25
Octal 144 46 225 41 112 0 52 422 73 45
Binary 1100100 100110 10010101 100001 1001010 0 101010 100010010 111011 100101

Color Harmonies of #642695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642695

Black with #642695

Text Example


Text Example

White with #642695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642695; }

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

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

background-color css

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

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

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

border-color css

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

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

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