Html Css Color HEX #642E88 Kingfisher Daisy

📋 copy color: '#642E88'

red 100 ◦ green 46 ◦ blue 136

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

Shades of Kingfisher Daisy #642E88

Tints of Kingfisher Daisy #642E88

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.31%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 35.46%
G = 16.31%
B = 48.23%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#642E88 (or 0x642E88) is known color: Kingfisher Daisy. HEX triplet: 64, 2E and 88. RGB value is (100,46,136). Sum of RGB (Red+Green+Blue) = 100+46+136=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #642E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642E88 is #9BD177. Grayscale: #484848. Windows color (decimal): -10211704 or 8924772. OLE color: 8924772.

HSL color Cylindrical-coordinate representation of color #642E88: hue angle of 276º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642E88 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 46 136 -
CMYK 0.26 0.66 0 0.47
HSL 276º 0.49% 0.36% -
HSV(B) 276º 0.66% 0.53% -
XYZ 10.68 6.44 23.97 -
YUV 72.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 100 46 136 0.26 0.66 0 0.47 276 0.49 0.36
Hex 64 2E 88 1A 42 0 2F 114 31 24
Octal 144 56 210 32 102 0 57 424 61 44
Binary 1100100 101110 10001000 11010 1000010 0 101111 100010100 110001 100100

Color Harmonies of #642E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642E88

Black with #642E88

Text Example


Text Example

White with #642E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642E88; }

 p { color: rgb(100,46,136); }

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

background-color css

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

 a { background-color: rgb(100,46,136); }

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

border-color css

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

 span { border-color: rgb(100,46,136); }

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