Html Css Color HEX #603D84 Kingfisher Daisy

📋 copy color: '#603D84'

red 96 ◦ green 61 ◦ blue 132

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

Shades of Kingfisher Daisy #603D84

Tints of Kingfisher Daisy #603D84

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.11%

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 33.22%
G = 21.11%
B = 45.67%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#603D84 (or 0x603D84) is known color: Kingfisher Daisy. HEX triplet: 60, 3D and 84. RGB value is (96,61,132). Sum of RGB (Red+Green+Blue) = 96+61+132=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #603D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D84 is #9FC27B. Grayscale: #4F4F4F. Windows color (decimal): -10470012 or 8666464. OLE color: 8666464.

HSL color Cylindrical-coordinate representation of color #603D84: hue angle of 269.58º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #603D84 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 61 132 -
CMYK 0.27 0.54 0 0.48
HSL 269.58º 0.37% 0.38% -
HSV(B) 269.58º 0.54% 0.52% -
XYZ 10.66 7.49 22.71 -
YUV 79.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 96 61 132 0.27 0.54 0 0.48 269.58 0.37 0.38
Hex 60 3D 84 1B 36 0 30 10E 25 26
Octal 140 75 204 33 66 0 60 416 45 46
Binary 1100000 111101 10000100 11011 110110 0 110000 100001110 100101 100110

Color Harmonies of #603D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D84

Black with #603D84

Text Example


Text Example

White with #603D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603D84; }

 p { color: rgb(96,61,132); }

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

background-color css

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

 a { background-color: rgb(96,61,132); }

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

border-color css

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

 span { border-color: rgb(96,61,132); }

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