Html Css Color HEX #603882 Kingfisher Daisy

📋 copy color: '#603882'

red 96 ◦ green 56 ◦ blue 130

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

Shades of Kingfisher Daisy #603882

Tints of Kingfisher Daisy #603882

RGB

 RED value IS 96 (37.89% from 255) = 34.04%

 GREEN value IS 56 (22.27% from 255) = 19.86%

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 34.04%
G = 19.86%
B = 46.1%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#603882 (or 0x603882) is known color: Kingfisher Daisy. HEX triplet: 60, 38 and 82. RGB value is (96,56,130). Sum of RGB (Red+Green+Blue) = 96+56+130=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #603882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603882 is #9FC77D. Grayscale: #4C4C4C. Windows color (decimal): -10471294 or 8534112. OLE color: 8534112.

HSL color Cylindrical-coordinate representation of color #603882: hue angle of 272.43º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #603882 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 56 130 -
CMYK 0.26 0.57 0 0.49
HSL 272.43º 0.4% 0.36% -
HSV(B) 272.43º 0.57% 0.51% -
XYZ 10.27 6.93 21.91 -
YUV 76.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 96 56 130 0.26 0.57 0 0.49 272.43 0.4 0.36
Hex 60 38 82 1A 39 0 31 110 28 24
Octal 140 70 202 32 71 0 61 420 50 44
Binary 1100000 111000 10000010 11010 111001 0 110001 100010000 101000 100100

Color Harmonies of #603882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603882

Black with #603882

Text Example


Text Example

White with #603882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603882; }

 p { color: rgb(96,56,130); }

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

background-color css

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

 a { background-color: rgb(96,56,130); }

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

border-color css

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

 span { border-color: rgb(96,56,130); }

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