Html Css Color HEX #683F85 Kingfisher Daisy

📋 copy color: '#683F85'

red 104 ◦ green 63 ◦ blue 133

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

Shades of Kingfisher Daisy #683F85

Tints of Kingfisher Daisy #683F85

RGB

 RED value IS 104 (41.02% from 255) = 34.67%

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

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

R = 34.67%
G = 21%
B = 44.33%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#683F85 (or 0x683F85) is known color: Kingfisher Daisy. HEX triplet: 68, 3F and 85. RGB value is (104,63,133). Sum of RGB (Red+Green+Blue) = 104+63+133=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #683F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683F85 is #97C07A. Grayscale: #525252. Windows color (decimal): -9945211 or 8732520. OLE color: 8732520.

HSL color Cylindrical-coordinate representation of color #683F85: hue angle of 275.14º 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 #683F85 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 63 133 -
CMYK 0.22 0.53 0 0.48
HSL 275.14º 0.36% 0.38% -
HSV(B) 275.14º 0.53% 0.52% -
XYZ 11.72 8.19 23.15 -
YUV 83.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 104 63 133 0.22 0.53 0 0.48 275.14 0.36 0.38
Hex 68 3F 85 16 35 0 30 113 24 26
Octal 150 77 205 26 65 0 60 423 44 46
Binary 1101000 111111 10000101 10110 110101 0 110000 100010011 100100 100110

Color Harmonies of #683F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683F85

Black with #683F85

Text Example


Text Example

White with #683F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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