Html Css Color HEX #642691 Kingfisher Daisy

📋 copy color: '#642691'

red 100 ◦ green 38 ◦ blue 145

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

Shades of Kingfisher Daisy #642691

Tints of Kingfisher Daisy #642691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 35.34%
G = 13.43%
B = 51.24%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#642691 (or 0x642691) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 91. RGB value is (100,38,145). Sum of RGB (Red+Green+Blue) = 100+38+145=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #642691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642691 is #9BD96E. Grayscale: #444444. Windows color (decimal): -10213743 or 9512548. OLE color: 9512548.

HSL color Cylindrical-coordinate representation of color #642691: hue angle of 274.77º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642691 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 38 145 -
CMYK 0.31 0.74 0 0.43
HSL 274.77º 0.58% 0.36% -
HSV(B) 274.77º 0.74% 0.57% -
XYZ 11.06 6.14 27.39 -
YUV 68.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 100 38 145 0.31 0.74 0 0.43 274.77 0.58 0.36
Hex 64 26 91 1F 4A 0 2B 113 3A 24
Octal 144 46 221 37 112 0 53 423 72 44
Binary 1100100 100110 10010001 11111 1001010 0 101011 100010011 111010 100100

Color Harmonies of #642691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642691

Black with #642691

Text Example


Text Example

White with #642691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642691; }

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

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

background-color css

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

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

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

border-color css

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

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

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