Html Css Color HEX #642888 Kingfisher Daisy

📋 copy color: '#642888'

red 100 ◦ green 40 ◦ blue 136

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

Shades of Kingfisher Daisy #642888

Tints of Kingfisher Daisy #642888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

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

R = 36.23%
G = 14.49%
B = 49.28%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#642888 (or 0x642888) is known color: Kingfisher Daisy. HEX triplet: 64, 28 and 88. RGB value is (100,40,136). Sum of RGB (Red+Green+Blue) = 100+40+136=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #642888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642888 is #9BD777. Grayscale: #444444. Windows color (decimal): -10213240 or 8923236. OLE color: 8923236.

HSL color Cylindrical-coordinate representation of color #642888: hue angle of 277.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642888 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 40 136 -
CMYK 0.26 0.71 0 0.47
HSL 277.5º 0.55% 0.35% -
HSV(B) 277.5º 0.71% 0.53% -
XYZ 10.46 6 23.9 -
YUV 68.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 100 40 136 0.26 0.71 0 0.47 277.5 0.55 0.35
Hex 64 28 88 1A 47 0 2F 116 37 23
Octal 144 50 210 32 107 0 57 426 67 43
Binary 1100100 101000 10001000 11010 1000111 0 101111 100010110 110111 100011

Color Harmonies of #642888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642888

Black with #642888

Text Example


Text Example

White with #642888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642888; }

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

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

background-color css

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

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

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

border-color css

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

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

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