Html Css Color HEX #682B85 Kingfisher Daisy

📋 copy color: '#682B85'

red 104 ◦ green 43 ◦ blue 133

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

Shades of Kingfisher Daisy #682B85

Tints of Kingfisher Daisy #682B85

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.36%

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

R = 37.14%
G = 15.36%
B = 47.5%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#682B85 (or 0x682B85) is known color: Kingfisher Daisy. HEX triplet: 68, 2B and 85. RGB value is (104,43,133). Sum of RGB (Red+Green+Blue) = 104+43+133=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #682B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682B85 is #97D47A. Grayscale: #474747. Windows color (decimal): -9950331 or 8727400. OLE color: 8727400.

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

Color convert

RGB 104 43 133 -
CMYK 0.22 0.68 0 0.48
HSL 280.67º 0.51% 0.35% -
HSV(B) 280.67º 0.68% 0.52% -
XYZ 10.81 6.36 22.85 -
YUV 71.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 104 43 133 0.22 0.68 0 0.48 280.67 0.51 0.35
Hex 68 2B 85 16 44 0 30 119 33 23
Octal 150 53 205 26 104 0 60 431 63 43
Binary 1101000 101011 10000101 10110 1000100 0 110000 100011001 110011 100011

Color Harmonies of #682B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B85

Black with #682B85

Text Example


Text Example

White with #682B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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