Html Css Color HEX #682385 Kingfisher Daisy

📋 copy color: '#682385'

red 104 ◦ green 35 ◦ blue 133

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

Shades of Kingfisher Daisy #682385

Tints of Kingfisher Daisy #682385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 38.24%
G = 12.87%
B = 48.9%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#682385 (or 0x682385) is known color: Kingfisher Daisy. HEX triplet: 68, 23 and 85. RGB value is (104,35,133). Sum of RGB (Red+Green+Blue) = 104+35+133=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #682385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682385 is #97DC7A. Grayscale: #424242. Windows color (decimal): -9952379 or 8725352. OLE color: 8725352.

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

Color convert

RGB 104 35 133 -
CMYK 0.22 0.74 0 0.48
HSL 282.24º 0.58% 0.33% -
HSV(B) 282.24º 0.74% 0.52% -
XYZ 10.54 5.84 22.76 -
YUV 66.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 104 35 133 0.22 0.74 0 0.48 282.24 0.58 0.33
Hex 68 23 85 16 4A 0 30 11A 3A 21
Octal 150 43 205 26 112 0 60 432 72 41
Binary 1101000 100011 10000101 10110 1001010 0 110000 100011010 111010 100001

Color Harmonies of #682385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682385

Black with #682385

Text Example


Text Example

White with #682385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682385; }

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

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

background-color css

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

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

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

border-color css

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

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

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