Html Css Color HEX #603883 Kingfisher Daisy

📋 copy color: '#603883'

red 96 ◦ green 56 ◦ blue 131

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

Shades of Kingfisher Daisy #603883

Tints of Kingfisher Daisy #603883

RGB

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

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

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

R = 33.92%
G = 19.79%
B = 46.29%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#603883 (or 0x603883) is known color: Kingfisher Daisy. HEX triplet: 60, 38 and 83. RGB value is (96,56,131). Sum of RGB (Red+Green+Blue) = 96+56+131=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #603883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603883 is #9FC77C. Grayscale: #4C4C4C. Windows color (decimal): -10471293 or 8599648. OLE color: 8599648.

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

Color convert

RGB 96 56 131 -
CMYK 0.27 0.57 0 0.49
HSL 272º 0.4% 0.37% -
HSV(B) 272º 0.57% 0.51% -
XYZ 10.33 6.95 22.27 -
YUV 76.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 96 56 131 0.27 0.57 0 0.49 272 0.4 0.37
Hex 60 38 83 1B 39 0 31 110 28 25
Octal 140 70 203 33 71 0 61 420 50 45
Binary 1100000 111000 10000011 11011 111001 0 110001 100010000 101000 100101

Color Harmonies of #603883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603883

Black with #603883

Text Example


Text Example

White with #603883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603883; }

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

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

background-color css

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

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

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

border-color css

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

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

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