Html Css Color HEX #682F8B Kingfisher Daisy

📋 copy color: '#682F8B'

red 104 ◦ green 47 ◦ blue 139

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

Shades of Kingfisher Daisy #682F8B

Tints of Kingfisher Daisy #682F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

 BLUE value IS 139 (54.69% from 255) = 47.93%

R = 35.86%
G = 16.21%
B = 47.93%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#682F8B (or 0x682F8B) is known color: Kingfisher Daisy. HEX triplet: 68, 2F and 8B. RGB value is (104,47,139). Sum of RGB (Red+Green+Blue) = 104+47+139=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #682F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682F8B is #97D074. Grayscale: #4A4A4A. Windows color (decimal): -9949301 or 9121640. OLE color: 9121640.

HSL color Cylindrical-coordinate representation of color #682F8B: hue angle of 277.17º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682F8B is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 47 139 -
CMYK 0.25 0.66 0 0.45
HSL 277.17º 0.49% 0.36% -
HSV(B) 277.17º 0.66% 0.55% -
XYZ 11.39 6.84 25.15 -
YUV 74.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 104 47 139 0.25 0.66 0 0.45 277.17 0.49 0.36
Hex 68 2F 8B 19 42 0 2D 115 31 24
Octal 150 57 213 31 102 0 55 425 61 44
Binary 1101000 101111 10001011 11001 1000010 0 101101 100010101 110001 100100

Color Harmonies of #682F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F8B

Black with #682F8B

Text Example


Text Example

White with #682F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,47,139); }

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

background-color css

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

 a { background-color: rgb(104,47,139); }

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

border-color css

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

 span { border-color: rgb(104,47,139); }

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