Html Css Color HEX #603285 Kingfisher Daisy

📋 copy color: '#603285'

red 96 ◦ green 50 ◦ blue 133

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

Shades of Kingfisher Daisy #603285

Tints of Kingfisher Daisy #603285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.92%

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

R = 34.41%
G = 17.92%
B = 47.67%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#603285 (or 0x603285) is known color: Kingfisher Daisy. HEX triplet: 60, 32 and 85. RGB value is (96,50,133). Sum of RGB (Red+Green+Blue) = 96+50+133=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #603285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603285 is #9FCD7A. Grayscale: #484848. Windows color (decimal): -10472827 or 8729184. OLE color: 8729184.

HSL color Cylindrical-coordinate representation of color #603285: hue angle of 273.25º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #603285 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 50 133 -
CMYK 0.28 0.62 0 0.48
HSL 273.25º 0.45% 0.36% -
HSV(B) 273.25º 0.62% 0.52% -
XYZ 10.2 6.46 22.9 -
YUV 73.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 96 50 133 0.28 0.62 0 0.48 273.25 0.45 0.36
Hex 60 32 85 1C 3E 0 30 111 2D 24
Octal 140 62 205 34 76 0 60 421 55 44
Binary 1100000 110010 10000101 11100 111110 0 110000 100010001 101101 100100

Color Harmonies of #603285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603285

Black with #603285

Text Example


Text Example

White with #603285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603285; }

 p { color: rgb(96,50,133); }

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

background-color css

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

 a { background-color: rgb(96,50,133); }

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

border-color css

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

 span { border-color: rgb(96,50,133); }

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