Html Css Color HEX #682692 Kingfisher Daisy

📋 copy color: '#682692'

red 104 ◦ green 38 ◦ blue 146

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

Shades of Kingfisher Daisy #682692

Tints of Kingfisher Daisy #682692

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.19%

 BLUE value IS 146 (57.42% from 255) = 50.69%

R = 36.11%
G = 13.19%
B = 50.69%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#682692 (or 0x682692) is known color: Kingfisher Daisy. HEX triplet: 68, 26 and 92. RGB value is (104,38,146). Sum of RGB (Red+Green+Blue) = 104+38+146=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #682692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682692 is #97D96D. Grayscale: #454545. Windows color (decimal): -9951598 or 9578088. OLE color: 9578088.

HSL color Cylindrical-coordinate representation of color #682692: hue angle of 276.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #682692 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 38 146 -
CMYK 0.29 0.74 0 0.43
HSL 276.67º 0.59% 0.36% -
HSV(B) 276.67º 0.74% 0.57% -
XYZ 11.59 6.4 27.82 -
YUV 70.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 104 38 146 0.29 0.74 0 0.43 276.67 0.59 0.36
Hex 68 26 92 1D 4A 0 2B 115 3B 24
Octal 150 46 222 35 112 0 53 425 73 44
Binary 1101000 100110 10010010 11101 1001010 0 101011 100010101 111011 100100

Color Harmonies of #682692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682692

Black with #682692

Text Example


Text Example

White with #682692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682692; }

 p { color: rgb(104,38,146); }

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

background-color css

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

 a { background-color: rgb(104,38,146); }

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

border-color css

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

 span { border-color: rgb(104,38,146); }

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