Html Css Color HEX #603083 Kingfisher Daisy

📋 copy color: '#603083'

red 96 ◦ green 48 ◦ blue 131

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

Shades of Kingfisher Daisy #603083

Tints of Kingfisher Daisy #603083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

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

R = 34.91%
G = 17.45%
B = 47.64%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#603083 (or 0x603083) is known color: Kingfisher Daisy. HEX triplet: 60, 30 and 83. RGB value is (96,48,131). Sum of RGB (Red+Green+Blue) = 96+48+131=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #603083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603083 is #9FCF7C. Grayscale: #474747. Windows color (decimal): -10473341 or 8597600. OLE color: 8597600.

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

Color convert

RGB 96 48 131 -
CMYK 0.27 0.63 0 0.49
HSL 274.7º 0.46% 0.35% -
HSV(B) 274.7º 0.63% 0.51% -
XYZ 9.98 6.24 22.15 -
YUV 71.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 96 48 131 0.27 0.63 0 0.49 274.7 0.46 0.35
Hex 60 30 83 1B 3F 0 31 113 2E 23
Octal 140 60 203 33 77 0 61 423 56 43
Binary 1100000 110000 10000011 11011 111111 0 110001 100010011 101110 100011

Color Harmonies of #603083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603083

Black with #603083

Text Example


Text Example

White with #603083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603083; }

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

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

background-color css

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

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

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

border-color css

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

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

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