Html Css Color HEX #603D86 Kingfisher Daisy

📋 copy color: '#603D86'

red 96 ◦ green 61 ◦ blue 134

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

Shades of Kingfisher Daisy #603D86

Tints of Kingfisher Daisy #603D86

RGB

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

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

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

R = 32.99%
G = 20.96%
B = 46.05%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#603D86 (or 0x603D86) is known color: Kingfisher Daisy. HEX triplet: 60, 3D and 86. RGB value is (96,61,134). Sum of RGB (Red+Green+Blue) = 96+61+134=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #603D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D86 is #9FC279. Grayscale: #4F4F4F. Windows color (decimal): -10470010 or 8797536. OLE color: 8797536.

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

Color convert

RGB 96 61 134 -
CMYK 0.28 0.54 0 0.47
HSL 268.77º 0.37% 0.38% -
HSV(B) 268.77º 0.54% 0.53% -
XYZ 10.8 7.55 23.44 -
YUV 79.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 96 61 134 0.28 0.54 0 0.47 268.77 0.37 0.38
Hex 60 3D 86 1C 36 0 2F 10D 25 26
Octal 140 75 206 34 66 0 57 415 45 46
Binary 1100000 111101 10000110 11100 110110 0 101111 100001101 100101 100110

Color Harmonies of #603D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D86

Black with #603D86

Text Example


Text Example

White with #603D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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