Html Css Color HEX #642690 Kingfisher Daisy

📋 copy color: '#642690'

red 100 ◦ green 38 ◦ blue 144

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

Shades of Kingfisher Daisy #642690

Tints of Kingfisher Daisy #642690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 35.46%
G = 13.48%
B = 51.06%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#642690 (or 0x642690) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 90. RGB value is (100,38,144). Sum of RGB (Red+Green+Blue) = 100+38+144=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #642690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642690 is #9BD96F. Grayscale: #444444. Windows color (decimal): -10213744 or 9447012. OLE color: 9447012.

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

Color convert

RGB 100 38 144 -
CMYK 0.31 0.74 0 0.44
HSL 275.09º 0.58% 0.36% -
HSV(B) 275.09º 0.74% 0.56% -
XYZ 10.98 6.11 26.99 -
YUV 68.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 100 38 144 0.31 0.74 0 0.44 275.09 0.58 0.36
Hex 64 26 90 1F 4A 0 2C 113 3A 24
Octal 144 46 220 37 112 0 54 423 72 44
Binary 1100100 100110 10010000 11111 1001010 0 101100 100010011 111010 100100

Color Harmonies of #642690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642690

Black with #642690

Text Example


Text Example

White with #642690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642690; }

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

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

background-color css

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

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

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

border-color css

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

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

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