Html Css Color HEX #603F85 Kingfisher Daisy

📋 copy color: '#603F85'

red 96 ◦ green 63 ◦ blue 133

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

Shades of Kingfisher Daisy #603F85

Tints of Kingfisher Daisy #603F85

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

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

R = 32.88%
G = 21.58%
B = 45.55%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#603F85 (or 0x603F85) is known color: Kingfisher Daisy. HEX triplet: 60, 3F and 85. RGB value is (96,63,133). Sum of RGB (Red+Green+Blue) = 96+63+133=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #603F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F85 is #9FC07A. Grayscale: #505050. Windows color (decimal): -10469499 or 8732512. OLE color: 8732512.

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

Color convert

RGB 96 63 133 -
CMYK 0.28 0.53 0 0.48
HSL 268.29º 0.36% 0.38% -
HSV(B) 268.29º 0.53% 0.52% -
XYZ 10.84 7.74 23.11 -
YUV 80.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 96 63 133 0.28 0.53 0 0.48 268.29 0.36 0.38
Hex 60 3F 85 1C 35 0 30 10C 24 26
Octal 140 77 205 34 65 0 60 414 44 46
Binary 1100000 111111 10000101 11100 110101 0 110000 100001100 100100 100110

Color Harmonies of #603F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F85

Black with #603F85

Text Example


Text Example

White with #603F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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