Html Css Color HEX #642B85 Kingfisher Daisy

📋 copy color: '#642B85'

red 100 ◦ green 43 ◦ blue 133

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

Shades of Kingfisher Daisy #642B85

Tints of Kingfisher Daisy #642B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.19%

R = 36.23%
G = 15.58%
B = 48.19%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#642B85 (or 0x642B85) is known color: Kingfisher Daisy. HEX triplet: 64, 2B and 85. RGB value is (100,43,133). Sum of RGB (Red+Green+Blue) = 100+43+133=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #642B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642B85 is #9BD47A. Grayscale: #464646. Windows color (decimal): -10212475 or 8727396. OLE color: 8727396.

HSL color Cylindrical-coordinate representation of color #642B85: hue angle of 278º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642B85 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 43 133 -
CMYK 0.25 0.68 0 0.48
HSL 278º 0.51% 0.35% -
HSV(B) 278º 0.68% 0.52% -
XYZ 10.35 6.13 22.83 -
YUV 70.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 100 43 133 0.25 0.68 0 0.48 278 0.51 0.35
Hex 64 2B 85 19 44 0 30 116 33 23
Octal 144 53 205 31 104 0 60 426 63 43
Binary 1100100 101011 10000101 11001 1000100 0 110000 100010110 110011 100011

Color Harmonies of #642B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642B85

Black with #642B85

Text Example


Text Example

White with #642B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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