Html Css Color HEX #642F81 Kingfisher Daisy

📋 copy color: '#642F81'

red 100 ◦ green 47 ◦ blue 129

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

Shades of Kingfisher Daisy #642F81

Tints of Kingfisher Daisy #642F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 36.23%
G = 17.03%
B = 46.74%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#642F81 (or 0x642F81) is known color: Kingfisher Daisy. HEX triplet: 64, 2F and 81. RGB value is (100,47,129). Sum of RGB (Red+Green+Blue) = 100+47+129=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #642F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642F81 is #9BD07E. Grayscale: #474747. Windows color (decimal): -10211455 or 8466276. OLE color: 8466276.

HSL color Cylindrical-coordinate representation of color #642F81: hue angle of 278.78º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #642F81 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 47 129 -
CMYK 0.22 0.64 0 0.49
HSL 278.78º 0.47% 0.35% -
HSV(B) 278.78º 0.64% 0.51% -
XYZ 10.23 6.33 21.45 -
YUV 72.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 100 47 129 0.22 0.64 0 0.49 278.78 0.47 0.35
Hex 64 2F 81 16 40 0 31 117 2F 23
Octal 144 57 201 26 100 0 61 427 57 43
Binary 1100100 101111 10000001 10110 1000000 0 110001 100010111 101111 100011

Color Harmonies of #642F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F81

Black with #642F81

Text Example


Text Example

White with #642F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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