Html Css Color HEX #642F88 Kingfisher Daisy

📋 copy color: '#642F88'

red 100 ◦ green 47 ◦ blue 136

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

Shades of Kingfisher Daisy #642F88

Tints of Kingfisher Daisy #642F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

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

R = 35.34%
G = 16.61%
B = 48.06%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#642F88 (or 0x642F88) is known color: Kingfisher Daisy. HEX triplet: 64, 2F and 88. RGB value is (100,47,136). Sum of RGB (Red+Green+Blue) = 100+47+136=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #642F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642F88 is #9BD077. Grayscale: #484848. Windows color (decimal): -10211448 or 8925028. OLE color: 8925028.

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

Color convert

RGB 100 47 136 -
CMYK 0.26 0.65 0 0.47
HSL 275.73º 0.49% 0.36% -
HSV(B) 275.73º 0.65% 0.53% -
XYZ 10.72 6.52 23.99 -
YUV 72.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 100 47 136 0.26 0.65 0 0.47 275.73 0.49 0.36
Hex 64 2F 88 1A 41 0 2F 114 31 24
Octal 144 57 210 32 101 0 57 424 61 44
Binary 1100100 101111 10001000 11010 1000001 0 101111 100010100 110001 100100

Color Harmonies of #642F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F88

Black with #642F88

Text Example


Text Example

White with #642F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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