Html Css Color HEX #603986 Kingfisher Daisy

📋 copy color: '#603986'

red 96 ◦ green 57 ◦ blue 134

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

Shades of Kingfisher Daisy #603986

Tints of Kingfisher Daisy #603986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

 BLUE value IS 134 (52.73% from 255) = 46.69%

R = 33.45%
G = 19.86%
B = 46.69%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#603986 (or 0x603986) is known color: Kingfisher Daisy. HEX triplet: 60, 39 and 86. RGB value is (96,57,134). Sum of RGB (Red+Green+Blue) = 96+57+134=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #603986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603986 is #9FC679. Grayscale: #4D4D4D. Windows color (decimal): -10471034 or 8796512. OLE color: 8796512.

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

Color convert

RGB 96 57 134 -
CMYK 0.28 0.57 0 0.47
HSL 270.39º 0.4% 0.37% -
HSV(B) 270.39º 0.57% 0.53% -
XYZ 10.59 7.13 23.37 -
YUV 77.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 96 57 134 0.28 0.57 0 0.47 270.39 0.4 0.37
Hex 60 39 86 1C 39 0 2F 10E 28 25
Octal 140 71 206 34 71 0 57 416 50 45
Binary 1100000 111001 10000110 11100 111001 0 101111 100001110 101000 100101

Color Harmonies of #603986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603986

Black with #603986

Text Example


Text Example

White with #603986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603986; }

 p { color: rgb(96,57,134); }

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

background-color css

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

 a { background-color: rgb(96,57,134); }

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

border-color css

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

 span { border-color: rgb(96,57,134); }

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