Html Css Color HEX #642B83 Kingfisher Daisy

📋 copy color: '#642B83'

red 100 ◦ green 43 ◦ blue 131

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

Shades of Kingfisher Daisy #642B83

Tints of Kingfisher Daisy #642B83

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

 BLUE value IS 131 (51.56% from 255) = 47.81%

R = 36.5%
G = 15.69%
B = 47.81%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#642B83 (or 0x642B83) is known color: Kingfisher Daisy. HEX triplet: 64, 2B and 83. RGB value is (100,43,131). Sum of RGB (Red+Green+Blue) = 100+43+131=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #642B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642B83 is #9BD47C. Grayscale: #454545. Windows color (decimal): -10212477 or 8596324. OLE color: 8596324.

HSL color Cylindrical-coordinate representation of color #642B83: hue angle of 278.86º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642B83 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 43 131 -
CMYK 0.24 0.67 0 0.49
HSL 278.86º 0.51% 0.34% -
HSV(B) 278.86º 0.67% 0.51% -
XYZ 10.22 6.08 22.11 -
YUV 70.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 100 43 131 0.24 0.67 0 0.49 278.86 0.51 0.34
Hex 64 2B 83 18 43 0 31 117 33 22
Octal 144 53 203 30 103 0 61 427 63 42
Binary 1100100 101011 10000011 11000 1000011 0 110001 100010111 110011 100010

Color Harmonies of #642B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642B83

Black with #642B83

Text Example


Text Example

White with #642B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,43,131); }

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

background-color css

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

 a { background-color: rgb(100,43,131); }

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

border-color css

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

 span { border-color: rgb(100,43,131); }

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