Html Css Color HEX #603881 Kingfisher Daisy

📋 copy color: '#603881'

red 96 ◦ green 56 ◦ blue 129

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

Shades of Kingfisher Daisy #603881

Tints of Kingfisher Daisy #603881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.93%

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

R = 34.16%
G = 19.93%
B = 45.91%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#603881 (or 0x603881) is known color: Kingfisher Daisy. HEX triplet: 60, 38 and 81. RGB value is (96,56,129). Sum of RGB (Red+Green+Blue) = 96+56+129=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #603881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603881 is #9FC77E. Grayscale: #4C4C4C. Windows color (decimal): -10471295 or 8468576. OLE color: 8468576.

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

Color convert

RGB 96 56 129 -
CMYK 0.26 0.57 0 0.49
HSL 272.88º 0.39% 0.36% -
HSV(B) 272.88º 0.57% 0.51% -
XYZ 10.2 6.9 21.56 -
YUV 76.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 96 56 129 0.26 0.57 0 0.49 272.88 0.39 0.36
Hex 60 38 81 1A 39 0 31 111 27 24
Octal 140 70 201 32 71 0 61 421 47 44
Binary 1100000 111000 10000001 11010 111001 0 110001 100010001 100111 100100

Color Harmonies of #603881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603881

Black with #603881

Text Example


Text Example

White with #603881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603881; }

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

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

background-color css

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

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

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

border-color css

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

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

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