Html Css Color HEX #682185 Kingfisher Daisy

📋 copy color: '#682185'

red 104 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #682185

Tints of Kingfisher Daisy #682185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

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

R = 38.52%
G = 12.22%
B = 49.26%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#682185 (or 0x682185) is known color: Kingfisher Daisy. HEX triplet: 68, 21 and 85. RGB value is (104,33,133). Sum of RGB (Red+Green+Blue) = 104+33+133=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #682185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682185 is #97DE7A. Grayscale: #414141. Windows color (decimal): -9952891 or 8724840. OLE color: 8724840.

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

Color convert

RGB 104 33 133 -
CMYK 0.22 0.75 0 0.48
HSL 282.6º 0.6% 0.33% -
HSV(B) 282.6º 0.75% 0.52% -
XYZ 10.49 5.72 22.74 -
YUV 65.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 104 33 133 0.22 0.75 0 0.48 282.6 0.6 0.33
Hex 68 21 85 16 4B 0 30 11B 3C 21
Octal 150 41 205 26 113 0 60 433 74 41
Binary 1101000 100001 10000101 10110 1001011 0 110000 100011011 111100 100001

Color Harmonies of #682185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682185

Black with #682185

Text Example


Text Example

White with #682185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682185; }

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

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

background-color css

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

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

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

border-color css

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

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

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