Html Css Color HEX #603C81 Kingfisher Daisy

📋 copy color: '#603C81'

red 96 ◦ green 60 ◦ blue 129

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

Shades of Kingfisher Daisy #603C81

Tints of Kingfisher Daisy #603C81

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.05%

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 33.68%
G = 21.05%
B = 45.26%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#603C81 (or 0x603C81) is known color: Kingfisher Daisy. HEX triplet: 60, 3C and 81. RGB value is (96,60,129). Sum of RGB (Red+Green+Blue) = 96+60+129=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #603C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603C81 is #9FC37E. Grayscale: #4E4E4E. Windows color (decimal): -10470271 or 8469600. OLE color: 8469600.

HSL color Cylindrical-coordinate representation of color #603C81: hue angle of 271.3º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #603C81 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 60 129 -
CMYK 0.26 0.53 0 0.49
HSL 271.3º 0.37% 0.37% -
HSV(B) 271.3º 0.53% 0.51% -
XYZ 10.4 7.3 21.63 -
YUV 78.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 96 60 129 0.26 0.53 0 0.49 271.3 0.37 0.37
Hex 60 3C 81 1A 35 0 31 10F 25 25
Octal 140 74 201 32 65 0 61 417 45 45
Binary 1100000 111100 10000001 11010 110101 0 110001 100001111 100101 100101

Color Harmonies of #603C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C81

Black with #603C81

Text Example


Text Example

White with #603C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,60,129); }

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

background-color css

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

 a { background-color: rgb(96,60,129); }

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

border-color css

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

 span { border-color: rgb(96,60,129); }

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