Html Css Color HEX #642290 Kingfisher Daisy

📋 copy color: '#642290'

red 100 ◦ green 34 ◦ blue 144

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

Shades of Kingfisher Daisy #642290

Tints of Kingfisher Daisy #642290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.23%

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

R = 35.97%
G = 12.23%
B = 51.8%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#642290 (or 0x642290) is known color: Kingfisher Daisy. HEX triplet: 64, 22 and 90. RGB value is (100,34,144). Sum of RGB (Red+Green+Blue) = 100+34+144=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #642290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642290 is #9BDD6F. Grayscale: #414141. Windows color (decimal): -10214768 or 9445988. OLE color: 9445988.

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

Color convert

RGB 100 34 144 -
CMYK 0.31 0.76 0 0.44
HSL 276º 0.62% 0.35% -
HSV(B) 276º 0.76% 0.56% -
XYZ 10.86 5.87 26.95 -
YUV 66.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 100 34 144 0.31 0.76 0 0.44 276 0.62 0.35
Hex 64 22 90 1F 4C 0 2C 114 3E 23
Octal 144 42 220 37 114 0 54 424 76 43
Binary 1100100 100010 10010000 11111 1001100 0 101100 100010100 111110 100011

Color Harmonies of #642290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642290

Black with #642290

Text Example


Text Example

White with #642290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642290; }

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

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

background-color css

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

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

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

border-color css

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

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

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