Html Css Color HEX #683085 Kingfisher Daisy

📋 copy color: '#683085'

red 104 ◦ green 48 ◦ blue 133

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

Shades of Kingfisher Daisy #683085

Tints of Kingfisher Daisy #683085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

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

R = 36.49%
G = 16.84%
B = 46.67%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#683085 (or 0x683085) is known color: Kingfisher Daisy. HEX triplet: 68, 30 and 85. RGB value is (104,48,133). Sum of RGB (Red+Green+Blue) = 104+48+133=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #683085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683085 is #97CF7A. Grayscale: #4A4A4A. Windows color (decimal): -9949051 or 8728680. OLE color: 8728680.

HSL color Cylindrical-coordinate representation of color #683085: hue angle of 279.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #683085 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 48 133 -
CMYK 0.22 0.64 0 0.48
HSL 279.53º 0.47% 0.35% -
HSV(B) 279.53º 0.64% 0.52% -
XYZ 11 6.75 22.91 -
YUV 74.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 104 48 133 0.22 0.64 0 0.48 279.53 0.47 0.35
Hex 68 30 85 16 40 0 30 118 2F 23
Octal 150 60 205 26 100 0 60 430 57 43
Binary 1101000 110000 10000101 10110 1000000 0 110000 100011000 101111 100011

Color Harmonies of #683085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683085

Black with #683085

Text Example


Text Example

White with #683085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683085; }

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

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

background-color css

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

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

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

border-color css

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

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

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